Ratbots deal damage to the player upon contact

This commit is contained in:
2024-10-19 19:41:22 -07:00
parent 643070aefb
commit b10d75ac29
4 changed files with 18 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
- [x] Player that moves
- [x] Camera follows player
- [x] Health
- [ ] Enemy takes health when touches
- [x] Enemy takes health when touches
- [ ] Enemy health bar
- [ ] Sword that points to mouse cursor
- [ ] Sword swings when click
@@ -40,7 +40,6 @@
- [ ] Detect when wave ends
- [ ] Activate new waves after powerup has been chosen by player
### Enemy:
- [x] All Enemies have simple pathfinding towards the player
- [ ] When enemy touches player - remove health (scaled with x amount of rounds)