Add ESCLocation node (#323)

Fixes #306
This commit is contained in:
Julian Murgia
2021-07-15 09:42:22 +02:00
committed by GitHub
parent 958c8b441b
commit 43dc217359
15 changed files with 142 additions and 16 deletions

View File

@@ -204,6 +204,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc_item.gd"
}, {
"base": "Position2D",
"class": "ESCLocation",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc_location.gd"
}, {
"base": "Object",
"class": "ESCLogger",
"language": "GDScript",
@@ -494,6 +499,7 @@ _global_script_class_icons={
"ESCInventoryItem": "",
"ESCInventoryManager": "",
"ESCItem": "",
"ESCLocation": "",
"ESCLogger": "",
"ESCMovable": "",
"ESCObject": "",