Added a basic health system, as well as implemented some automatically moving blocks.
Used an extremely high mass for the moving blocks so bounce when hit by a ball is minimum.
Kept the cursor invisible during gameplay, but reactivated on the menu screens.
Fixed the bug where the ball loses speed over time by getting a reference to the balls speed on collision and then multiplying by a constant.
Added the ability to jump through scenes using the space bar.