the start of marathon mode

This commit is contained in:
Haze Weathers 2024-03-05 18:20:32 -05:00
parent 83f0bccd9a
commit d06acf2522
18 changed files with 607 additions and 26 deletions

View file

@ -1,6 +1,8 @@
tool
extends Node
export var marathon_start: int = 0
export var marathon_end: int = 11
export var levels: Array = [] setget set_levels
func set_levels(value):