This commit is contained in:
pennyrigate 2024-08-13 20:33:46 -04:00
parent 1dc515904c
commit 2a1eda7cc0
10 changed files with 100 additions and 2 deletions

View file

@ -51,6 +51,7 @@ var current_palette: String = "default"
var still_playing: bool = false
var last_mm_button = null
var alternate_death = null
var can_use_shield: bool = false
#== marathon mode ==#
var marathon_mode: bool = false
var marathon_score: int = 0