start of demo marathon mode implementation

This commit is contained in:
Haze Weathers 2023-12-29 03:28:58 -05:00
parent 1645b6d8d1
commit 6bd0a81f11
9 changed files with 26 additions and 12 deletions

View file

@ -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