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

Include HUD in the Level scene #61

Closed davcri closed 4 years ago

davcri commented 4 years ago

In #55 an HUD for the player's lives has been implemented.

We want to add it to the gameplay section!

At the moment the player can't receive damage (#45) so we cannot connect the HUD to the gameplay. We will do in another issue.