Added ratbot enemies that move towards the player

This commit is contained in:
2024-10-19 17:47:28 -07:00
parent 40deb627bd
commit de624d838f
14 changed files with 636 additions and 155 deletions

View File

@@ -42,7 +42,7 @@
### Enemy:
- [ ] All Enemies have simple pathfinding towards the player
- [x] All Enemies have simple pathfinding towards the player
- [ ] When enemy touches player - remove health (scaled with x amount of rounds)
- [ ] When object summoned / thrown by enemy, remove health (smaller scaling)