Add level progression and UI updates; implement death screen and marketplace features

This commit is contained in:
2025-05-16 16:42:48 +02:00
parent 760ea15be1
commit f39cf573c0
16 changed files with 212 additions and 24 deletions

View File

@@ -59,4 +59,4 @@ func on_timeout() -> void:
if gm.get_lives() == 0:
return
get_tree().reload_current_scene()
get_tree().reload_current_scene()