Turno cocina items

This commit is contained in:
2023-08-25 19:44:11 +02:00
parent 95a071bf77
commit 95c64d786a
55 changed files with 722 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/scenes/dialogs/esc_dialog_options_chooser.gd"
}, {
"base": "StateMachine",
"base": "Node",
"class": "ESCDialogPlayer",
"language": "GDScript",
"path": "res://addons/escoria-core/game/scenes/dialogs/esc_dialog_player.gd"
@@ -344,7 +344,7 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/esc_project_settings_manager.gd"
}, {
"base": "Reference",
"base": "Node",
"class": "ESCResourceCache",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc_resource_cache.gd"