Add ESCAnimationResource to hold characters animations. (#342)
Co-authored-by: StraToN <StraToN@users.noreply.github.com> Co-authored-by: Dennis Ploeger <develop@dieploegers.de> Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
@@ -84,6 +84,16 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/esc_action_manager.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "ESCAnimationName",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/resources/esc_animationname.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "ESCAnimationResource",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/resources/esc_animationresource.gd"
|
||||
}, {
|
||||
"base": "TextureRect",
|
||||
"class": "ESCBackground",
|
||||
"language": "GDScript",
|
||||
@@ -154,6 +164,11 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/scenes/dialogs/dialog_player.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "ESCDirectionAngle",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/resources/esc_directionangle.gd"
|
||||
}, {
|
||||
"base": "ESCStatement",
|
||||
"class": "ESCEvent",
|
||||
"language": "GDScript",
|
||||
@@ -470,6 +485,8 @@ _global_script_class_icons={
|
||||
"DebugCommand": "",
|
||||
"DecGlobalCommand": "",
|
||||
"ESCActionManager": "",
|
||||
"ESCAnimationName": "",
|
||||
"ESCAnimationResource": "",
|
||||
"ESCBackground": "",
|
||||
"ESCBackgroundMusic": "",
|
||||
"ESCBackgroundSound": "",
|
||||
@@ -484,6 +501,7 @@ _global_script_class_icons={
|
||||
"ESCDialog": "",
|
||||
"ESCDialogOption": "",
|
||||
"ESCDialogsPlayer": "",
|
||||
"ESCDirectionAngle": "",
|
||||
"ESCEvent": "",
|
||||
"ESCEventManager": "",
|
||||
"ESCExecution": "",
|
||||
@@ -548,7 +566,7 @@ _global_script_class_icons={
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Escoria"
|
||||
config/name="Escoria-reloaded"
|
||||
run/main_scene="res://addons/escoria-core/game/main_scene.tscn"
|
||||
boot_splash/image="res://addons/escoria-core/logo/escoria-logo-small.png"
|
||||
boot_splash/fullsize=false
|
||||
@@ -610,7 +628,7 @@ ui/game_scene="res://addons/escoria-ui-9verbs/game.tscn"
|
||||
|
||||
esc_show_debug_prompt={
|
||||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777245,"unicode":0,"echo":false,"script":null)
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777245,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
switch_action_verb={
|
||||
|
||||
Reference in New Issue
Block a user