Very nice game! I like the style of everything, even the laugh when we die
let me ask you, did you set the ball collision mode to constinuous or it is discrete?
Oh, try using continuous, discrete just updates the collision detection once per frame, continuous detects it even between frames. You get some strange behaves if you keep it at discrete, such as the ball passing through the paddle without touch in some situations