Item Outline, despensa

This commit is contained in:
2023-08-27 01:34:50 +02:00
parent 3cbc77f308
commit 85062ea912
8 changed files with 125 additions and 31 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"
@@ -494,6 +494,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/commands/inventory_remove.gd"
}, {
"base": "Polygon2D",
"class": "ItemOutline",
"language": "GDScript",
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/item_outline.gd"
}, {
"base": "ESCBaseCommand",
"class": "PlaySndCommand",
"language": "GDScript",
@@ -777,6 +782,7 @@ _global_script_class_icons={
"IncGlobalCommand": "",
"InventoryAddCommand": "",
"InventoryRemoveCommand": "",
"ItemOutline": "res://addons/escoria-core/design/esc_item.svg",
"PlaySndCommand": "",
"PrintCommand": "",
"QueueEventCommand": "",