Devlogs
Week 5 Changes
- added health bar; however touching enemies won't reduce the health bar (this is not implemented yet). Health bar is interact-able by pressing space.
- added projectile; pressing left mouse button shoots projectiles. However projectiles don't destroy enemies. They only push enemies back.
- added enemy tracking (enemies follow player) and enemy spawn points. There is not number cap for how many enemies will spawn in the scene. Still need to work on this.
- touching enemies restart the game (i.e., colliding the enemies means losing).