Added TODOs

This commit is contained in:
trotFunky 2019-09-19 15:25:10 +02:00
parent ec696ca819
commit 686335b355
2 changed files with 4 additions and 2 deletions

View file

@ -26,7 +26,6 @@ public class InputManager : MonoBehaviour
//
// Manage action inputs
//
if (Input.GetButton("Fire1"))
{
_character.Shoot();

View file

@ -10,7 +10,10 @@ The goal is to make a small "Shoot them up" style game from scratch in Unity and
## TODOs
- [ ] Abstract class for controllers (Input, AI, ...)
- [ ] Menu
- [ ] Scoring system
- [ ] Animations (As if I would ever have time)
## Links