start of demo marathon mode implementation
This commit is contained in:
parent
1645b6d8d1
commit
6bd0a81f11
9 changed files with 26 additions and 12 deletions
|
@ -49,7 +49,9 @@ var can_pause: bool = true
|
|||
var can_restart: bool = true
|
||||
var current_palette: String = "default"
|
||||
var still_playing: bool = false
|
||||
|
||||
# demo hack marathon mode
|
||||
var marathon_mode: bool = true
|
||||
var next_level: PackedScene
|
||||
|
||||
func _ready():
|
||||
pause_mode = Node.PAUSE_MODE_PROCESS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue