wkeeling/arkanoid

Anchored ball hovers above paddle

Closed this issue · 1 comments

Possibly due to the fact that there is some transparent margin around the paddle which gets picked up by the surface's rect. The ball is then anchored to that.

Possibly use a mask so that transparency is ignored.

Bug fixed. Was using height of paddle as relative y position, when should have been using height of ball.