feat: New streamlined exit item (#455)

Co-authored-by: Dennis Ploeger <develop@dieploegers.de>
This commit is contained in:
Dennis Ploeger
2021-11-22 13:08:10 +01:00
committed by GitHub
parent b9b6b97f07
commit e14373b179
6 changed files with 100 additions and 21 deletions

View File

@@ -199,6 +199,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_execution.gd"
}, {
"base": "ESCItem",
"class": "ESCExit",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc_exit.gd"
}, {
"base": "Node2D",
"class": "ESCGame",
"language": "GDScript",
@@ -578,6 +583,7 @@ _global_script_class_icons={
"ESCEvent": "",
"ESCEventManager": "",
"ESCExecution": "",
"ESCExit": "res://addons/escoria-core/design/esc_exit.svg",
"ESCGame": "",
"ESCGlobalsManager": "",
"ESCGroup": "",