Small fixes and issue 386 (#387)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
Dennis Ploeger
2021-09-07 08:07:10 +02:00
committed by GitHub
parent 3ee46f4977
commit 903422960a
12 changed files with 94 additions and 14 deletions

View File

@@ -395,6 +395,11 @@ _global_script_classes=[ {
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_angle.gd"
}, {
"base": "ESCBaseCommand",
"class": "SetAnimationsCommand",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_animations.gd"
}, {
"base": "ESCBaseCommand",
"class": "SetGlobalCommand",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_global.gd"
@@ -567,6 +572,7 @@ _global_script_class_icons={
"SchedEventCommand": "",
"SetActiveCommand": "",
"SetAngleCommand": "",
"SetAnimationsCommand": "",
"SetGlobalCommand": "",
"SetGlobalsCommand": "",
"SetHudVisibleCommand": "",