sillypantscoder / pygame_platformer_2

Pygame Platformer 2
2 stars 0 forks source link

Entity health #6

Open sillypantscoder opened 2 years ago

sillypantscoder commented 2 years ago

Maybe add a health meter for entities, including the player? Either health could appear as a small bar above the entity, or not show at all. Things like explosions or maybe falling could decrease health, then when it runs out of health, the entity dies.

sillypantscoder commented 2 years ago

Monsters decrease health in Zombie Apocalypse Mode, but this has yet to be implemented in the main game.