Added TODOs
This commit is contained in:
parent
ec696ca819
commit
686335b355
2 changed files with 4 additions and 2 deletions
|
@ -26,7 +26,6 @@ public class InputManager : MonoBehaviour
|
|||
//
|
||||
// Manage action inputs
|
||||
//
|
||||
|
||||
if (Input.GetButton("Fire1"))
|
||||
{
|
||||
_character.Shoot();
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue