Player Control
Where we last left things, we had a game. An awful feeling game.
In this part we will:
- Fix the Movement Controls
- Add Acceleration and Velocity
- Add a Camera
- Aim Towards the Mouse
- Fire a Projectile
NOTE
From here on out my current lib.rs and other files will only be shown in full at the end of each page, instead of several times throughout. If we're editing it, the code block will still clearly be marked. You'll need to find where to change on your own.