added something
This commit is contained in:
parent
393c3b670a
commit
846040c0e4
2 changed files with 20 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue