love2d_arkanoid_tutorial
love2d_arkanoid_tutorial copied to clipboard
A lot of typos in code for "resolving collisions" section
Several times you accidentally used ".x/.y" instead of "_x/_y"
There is a ball.position_y that should simply be ball.y
Several times you accidentally used ".x/.y" instead of "_x/_y" There is a ball.position_y that should simply be ball.y
Indeed. I'll try to fix that.