forked from team-sg/hero-mark-2
the start of marathon mode
This commit is contained in:
parent
83f0bccd9a
commit
d06acf2522
18 changed files with 607 additions and 26 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue