forked from team-sg/hero-mark-2
no more restart :(
This commit is contained in:
parent
e25db2a638
commit
342e925f6b
4 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue