no more restart :(

This commit is contained in:
pennyrigate 2024-06-15 21:52:16 -04:00
parent e25db2a638
commit 342e925f6b
4 changed files with 4 additions and 1 deletions

View file

@ -61,6 +61,8 @@ var marathon_deaths: int = 0
func _ready():
pause_mode = Node.PAUSE_MODE_PROCESS
func _process(delta):
print(can_restart)
func _get_stars() -> int:
return stars_collected.count(true)