wkeeling/arkanoid

Drop ball.remove_collidable_sprite()

Closed this issue · 1 comments

Just make the ball do what other sprites do, and only collide with visible sprites. So add a sprite.visible check into the collision detection logic. Then no need to remove sprites (bricks) when they disappear as it will be automatically handled.

Removed.