fix: Optimized ESC command docs (#450)
Co-authored-by: Dennis Ploeger <develop@dieploegers.de> Co-authored-by: Duncan Brown <duncan@bhs-consultants.com>
This commit is contained in:
@@ -440,9 +440,9 @@ _global_script_classes=[ {
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_globals.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "SetHudVisibleCommand",
|
||||
"class": "SetGuiVisibleCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_hud_visible.gd"
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_gui_visible.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "SetInteractiveCommand",
|
||||
@@ -450,11 +450,6 @@ _global_script_classes=[ {
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_interactive.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "SetSoundStateCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_sound_state.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "SetSpeedCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/set_speed.gd"
|
||||
@@ -490,6 +485,11 @@ _global_script_classes=[ {
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/stop.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "StopSndCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/stop_snd.gd"
|
||||
}, {
|
||||
"base": "ESCBaseCommand",
|
||||
"class": "TeleportCommand",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/teleport.gd"
|
||||
@@ -621,9 +621,8 @@ _global_script_class_icons={
|
||||
"SetAnimationsCommand": "",
|
||||
"SetGlobalCommand": "",
|
||||
"SetGlobalsCommand": "",
|
||||
"SetHudVisibleCommand": "",
|
||||
"SetGuiVisibleCommand": "",
|
||||
"SetInteractiveCommand": "",
|
||||
"SetSoundStateCommand": "",
|
||||
"SetSpeedCommand": "",
|
||||
"SetStateCommand": "",
|
||||
"ShowMenuCommand": "",
|
||||
@@ -631,6 +630,7 @@ _global_script_class_icons={
|
||||
"SlideCommand": "",
|
||||
"SpawnCommand": "",
|
||||
"StopCommand": "",
|
||||
"StopSndCommand": "",
|
||||
"TeleportCommand": "",
|
||||
"TeleportPosCommand": "",
|
||||
"TransitionCommand": "",
|
||||
|
||||
Reference in New Issue
Block a user