new sprites with transparency

This commit is contained in:
Tabby 2025-06-18 21:30:13 +10:00
parent 52cda35522
commit d811193b25
442 changed files with 8001 additions and 88 deletions

View file

@ -47,7 +47,7 @@ func lose_life():
lives -= 1
draw_lives()
if lives <= 0:
if lives < 0:
end_game()
func end_game():