forked from team-sg/hero-mark-2
chicken man
This commit is contained in:
parent
a7f5ad6db2
commit
63b24cb614
9 changed files with 1469 additions and 97 deletions
|
@ -14,6 +14,11 @@ _global_script_classes=[ {
|
|||
"language": "GDScript",
|
||||
"path": "res://addons/godot_state_charts/atomic_state.gd"
|
||||
}, {
|
||||
"base": "Node2D",
|
||||
"class": "BallSnake",
|
||||
"language": "GDScript",
|
||||
"path": "res://scripts/ball_snake.gd"
|
||||
}, {
|
||||
"base": "State",
|
||||
"class": "CompoundState",
|
||||
"language": "GDScript",
|
||||
|
@ -56,6 +61,7 @@ _global_script_classes=[ {
|
|||
} ]
|
||||
_global_script_class_icons={
|
||||
"AtomicState": "res://addons/godot_state_charts/atomic_state.svg",
|
||||
"BallSnake": "",
|
||||
"CompoundState": "res://addons/godot_state_charts/compound_state.svg",
|
||||
"LevelEntry": "",
|
||||
"ParallelState": "res://addons/godot_state_charts/parallel_state.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue