added something

This commit is contained in:
pennyrigate 2025-12-31 15:19:04 -05:00
parent 393c3b670a
commit 846040c0e4
2 changed files with 20 additions and 7 deletions

View file

@ -17,8 +17,8 @@ func change_graze(amount):
func change_lives(amount):
lives += amount
Hud.lives_label = str("GRAZE: ") + str(lives)
Hud.lives_label = str("LIVES: ") + str(lives)
func change_bombs(amount):
bombs += amount
Hud.bombs_label = str("GRAZE: ") + str(bombs)
Hud.bombs_label = str("BOMB: ") + str(bombs)