new sprites with transparency
This commit is contained in:
parent
52cda35522
commit
d811193b25
442 changed files with 8001 additions and 88 deletions
2
logic.gd
2
logic.gd
|
|
@ -47,7 +47,7 @@ func lose_life():
|
|||
lives -= 1
|
||||
|
||||
draw_lives()
|
||||
if lives <= 0:
|
||||
if lives < 0:
|
||||
end_game()
|
||||
|
||||
func end_game():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue