feat: add esc_current_scene reserved global (#474)

Co-authored-by: Duncan Brown <duncan@bhs-consultants.com>
This commit is contained in:
Duncan Brown
2021-12-03 02:45:02 -05:00
committed by GitHub
parent 57f538be98
commit 391bf08f21
14 changed files with 272 additions and 33 deletions

View File

@@ -309,6 +309,11 @@ _global_script_classes=[ {
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc_room.gd"
}, {
"base": "Object",
"class": "ESCRoomManager",
"language": "GDScript",
"path": "res://addons/escoria-core/game/core-scripts/esc/esc_room_manager.gd"
}, {
"base": "Resource",
"class": "ESCSaveGame",
"language": "GDScript",
@@ -615,6 +620,7 @@ _global_script_class_icons={
"ESCPlayer": "res://addons/escoria-core/design/esc_player.svg",
"ESCResourceCache": "",
"ESCRoom": "res://addons/escoria-core/design/esc_room.svg",
"ESCRoomManager": "",
"ESCSaveGame": "",
"ESCSaveManager": "",
"ESCSaveSettings": "",