Week 2 Bullets and Melee Attack
For week 2 we need to get bullets flying and an example of a melee attack.
To do it, we will need to implement the third tier of our architecture - the SceneManager. Make the scene manager a "unique instance" so that other objects can reference it. And create a bullet pool.
100% Completed