Framerate and movement fixed
The Clock
now returns a constant frame_delta
for each frame.
To do this, it must be updated once in the InGameState
on each
update.
This commit also fixes the diagonal movement speed by normalizing the movement vector.
Fixes #19 (closed) and #20 (closed)