Issue 343 (#379)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
Co-authored-by: dploeger <dploeger@users.noreply.github.com>
This commit is contained in:
Dennis Ploeger
2021-08-28 22:29:04 +02:00
committed by GitHub
parent eb9441df52
commit a639ad5f32
32 changed files with 142 additions and 65 deletions

View File

@@ -503,7 +503,7 @@ _global_script_class_icons={
"ESCAnimationName": "",
"ESCAnimationPlayer": "",
"ESCAnimationResource": "",
"ESCBackground": "",
"ESCBackground": "res://addons/escoria-core/design/esc_background.svg",
"ESCBackgroundMusic": "",
"ESCBackgroundSound": "",
"ESCBaseCommand": "",
@@ -528,24 +528,24 @@ _global_script_class_icons={
"ESCGroup": "",
"ESCInputsManager": "",
"ESCInventory": "",
"ESCInventoryItem": "",
"ESCInventoryItem": "res://addons/escoria-core/design/esc_inventory_item.svg",
"ESCInventoryManager": "",
"ESCItem": "",
"ESCLocation": "",
"ESCItem": "res://addons/escoria-core/design/esc_item.svg",
"ESCLocation": "res://addons/escoria-core/design/esc_location.svg",
"ESCLogger": "",
"ESCMovable": "",
"ESCObject": "",
"ESCObjectManager": "",
"ESCPlayer": "",
"ESCPlayer": "res://addons/escoria-core/design/esc_player.svg",
"ESCResourceCache": "",
"ESCRoom": "",
"ESCRoom": "res://addons/escoria-core/design/esc_room.svg",
"ESCSaveGame": "",
"ESCSaveManager": "",
"ESCSaveSettings": "",
"ESCScheduledEvent": "",
"ESCScript": "",
"ESCStatement": "",
"ESCTerrain": "",
"ESCTerrain": "res://addons/escoria-core/design/esc_terrain.svg",
"ESCTooltip": "",
"ESCUtils": "",
"ESCWalkContext": "",