Check things off checklist from previous commit

This commit is contained in:
2024-10-20 20:34:24 -07:00
parent 4a0eee9c38
commit 31ad45d6bd

View File

@@ -38,7 +38,7 @@
- [x] Sword damages enemies in swing area - [x] Sword damages enemies in swing area
- [x] Wave spawns enemies - [x] Wave spawns enemies
- [x] Detect when wave ends - [x] Detect when wave ends
- [ ] Activate new waves after powerup has been chosen by player - [x] Activate new waves after powerup has been chosen by player
- [ ] Dash ability - [ ] Dash ability
### Enemy: ### Enemy:
@@ -53,12 +53,12 @@
- [ ] Round / Wave on bottom left (?) - [ ] Round / Wave on bottom left (?)
- [ ] Maybe show enemy remaining count? (We can make a hard mode that removes UI except health) - [ ] Maybe show enemy remaining count? (We can make a hard mode that removes UI except health)
- [ ] Upon round end, pop-up menu for selecting powerup - [ ] Upon round end, pop-up menu for selecting powerup
- [ ] Damage - [x] Damage
- [ ] Attack distance - [ ] Attack distance
- [ ] Attack range - [ ] Attack range
- [ ] Attack cooldown - [ ] Attack cooldown
- [ ] Health - [x] Health
- [ ] Speed - [x] Speed
- [ ] Dash cooldown - [ ] Dash cooldown
- [ ] Dash distance - [ ] Dash distance