wkeeling/arkanoid

Catch powerup catching ball jerky

Closed this issue · 1 comments

The ball can be a bit jerky the moment it is caught by the catch powerup because the powerup always positions the ball on top of the paddle. This means that if the ball's collision was slightly inside the paddle, then the catch puts it on top of the paddle.

Not a big issue but might be nice to smooth that out somehow.

Was using the wrong position when anchoring the ball on the paddle, leading to the jerky effect.

This is now fixed.