crystal-bit / space-shooter

Shoot 'em up game, developed for the Hacktoberfest 2019 event with the Crystal Bit community.
GNU General Public License v3.0
41 stars 34 forks source link

Create signal "gameover" in the Spaceship scene #75

Closed davcri closed 5 years ago

davcri commented 5 years ago

We want to add gameover mechnic to the game when the player runs out of lives.

In the spaceship scene:

We will handle the gameover screen and the spaceship destruction in another issue.

rubin0 commented 5 years ago

Doing this

rubin0 commented 5 years ago

While I was reading the code, I found out this feature exists already.

HUD script lines 3 and 43

davcri commented 5 years ago

Thanks @Karbb! Closing this!