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

@ -29,6 +29,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://scripts/level_entry.gd"
}, {
"base": "Node",
"class": "MainMenu",
"language": "GDScript",
"path": "res://menus/main_menu.gd"
}, {
"base": "State",
"class": "ParallelState",
"language": "GDScript",
@ -64,6 +69,7 @@ _global_script_class_icons={
"BallSnake": "",
"CompoundState": "res://addons/godot_state_charts/compound_state.svg",
"LevelEntry": "",
"MainMenu": "",
"ParallelState": "res://addons/godot_state_charts/parallel_state.svg",
"RadioButtons": "",
"State": "res://addons/godot_state_charts/state.svg",