feat: Optimizes animation commands (#446)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
@@ -15,6 +15,11 @@ _global_script_classes=[ {
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/accept_input.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "AnimBlockCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/anim_block.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "AnimCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/anim.gd"
|
||||
@@ -65,11 +70,6 @@ _global_script_classes=[ {
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/custom.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "CutSceneCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/cut_scene.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "DebugCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/debug.gd"
|
||||
@@ -536,6 +536,7 @@ _global_script_classes=[ {
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"AcceptInputCommand": "",
|
||||
"AnimBlockCommand": "",
|
||||
"AnimCommand": "",
|
||||
"CameraPushCommand": "",
|
||||
"CameraSetLimitsCommand": "",
|
||||
@@ -546,7 +547,6 @@ _global_script_class_icons={
|
||||
"CameraShiftCommand": "",
|
||||
"ChangeSceneCommand": "",
|
||||
"CustomCommand": "",
|
||||
"CutSceneCommand": "",
|
||||
"DebugCommand": "",
|
||||
"DecGlobalCommand": "",
|
||||
"ESCActionManager": "",
|
||||
|
||||
Reference in New Issue
Block a user