wip: rough attempt at properly incorporating existing coroutines to correctly place room swapping.
This commit is contained in:
committed by
Julian Murgia
parent
c87e853ba6
commit
114ef2fc55
@@ -319,6 +319,16 @@ _global_script_classes=[ {
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/esc_room_manager.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "ESCRoomObjects",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_room_objects.gd"
|
||||
}, {
|
||||
"base": "Reference",
|
||||
"class": "ESCRoomObjectsKey",
|
||||
"language": "GDScript",
|
||||
"path": "res://addons/escoria-core/game/core-scripts/esc/types/esc_room_objects_key.gd"
|
||||
}, {
|
||||
"base": "Resource",
|
||||
"class": "ESCSaveGame",
|
||||
"language": "GDScript",
|
||||
@@ -632,6 +642,8 @@ _global_script_class_icons={
|
||||
"ESCResourceDescriptor": "",
|
||||
"ESCRoom": "res://addons/escoria-core/design/esc_room.svg",
|
||||
"ESCRoomManager": "",
|
||||
"ESCRoomObjects": "",
|
||||
"ESCRoomObjectsKey": "",
|
||||
"ESCSaveGame": "",
|
||||
"ESCSaveManager": "",
|
||||
"ESCSaveSettings": "",
|
||||
@@ -745,7 +757,7 @@ ui/game_scene="res://addons/escoria-ui-9verbs/game.tscn"
|
||||
ui/dialogs_chooser="res://addons/escoria-core/ui_library/dialogs/text_dialog_chooser.tscn"
|
||||
sound/speech_folder="res://game/speech"
|
||||
sound/speech_extension="ogg"
|
||||
ui/default_transition="curtain"
|
||||
ui/default_transition="instant"
|
||||
ui/transition_paths=[ "res://addons/escoria-core/game/scenes/transitions/shaders/" ]
|
||||
ui/inventory_item_size=Vector2( 72, 72 )
|
||||
debug/enable_room_selector=true
|
||||
@@ -767,7 +779,7 @@ main/game_migration_path=""
|
||||
|
||||
esc_show_debug_prompt={
|
||||
"deadzone": 0.5,
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777245,"physical_scancode":0,"unicode":0,"echo":false,"script":null)
|
||||
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777245,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
}
|
||||
switch_action_verb={
|
||||
|
||||
Reference in New Issue
Block a user