issues
search
TheRealTeamFReSh
/
Cheaters-Never-Win
Repository for the bevy jam #1 You can try the game here: https://therealteamfresh.github.io/Bevy-Jam-1/
https://therealteamfresh.github.io/Bevy-Jam-1/
12
stars
1
forks
source link
Lives, Gameover conditions and events
#30
Closed
cdsupina
closed
2 years ago
cdsupina
commented
2 years ago
player starts with 3 lives (In Player component)
when player touches an enemy they lose a life
if the player falls they lose all their lives
when all lives are lost a GameOverEvent is written