Fix: tried to fix compiling errors in esc_item_with_tooltip.gd
This commit is contained in:
@@ -284,6 +284,11 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc_item.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "ESCItemComponent",
|
||||
"language": "GDScript",
|
||||
"path": "res://gymkhana/addons/escoria-ui-return-monkey-island/item_components/ESCItemComponent.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "ESCItemCountManager",
|
||||
"language": "GDScript",
|
||||
@@ -785,6 +790,7 @@ _global_script_class_icons={
|
||||
"ESCInventoryItem": "",
|
||||
"ESCInventoryManager": "",
|
||||
"ESCItem": "res://addons/escoria-core/design/esc_item.svg",
|
||||
"ESCItemComponent": "",
|
||||
"ESCItemCountManager": "",
|
||||
"ESCItemWithTooltip": "res://addons/escoria-core/design/esc_item.svg",
|
||||
"ESCLocation": "res://addons/escoria-core/design/esc_location.svg",
|
||||
|
||||
Reference in New Issue
Block a user