Fix a wrong validation check in camera_set_limits (#418)

Events interruption should now work at all time (added interruption in room_selector scene)
Fixed missing test in game.gd for when the player is not set
Fixed some ESC scripts (worker filled sheet event is now blocking, room13 left door waits simple click, not use verb)
This commit is contained in:
Julian Murgia
2021-10-22 09:17:03 +02:00
committed by GitHub
parent 3e07effe31
commit b3cd9abe21
8 changed files with 47 additions and 32 deletions

View File

@@ -36,7 +36,7 @@ func _on_button_pressed():
":debug",
"change_scene %s" % options_paths[selected_id]
])
escoria.event_manager.interrupt_running_event()
escoria.event_manager.queue_event(script.events['debug'])
func _on_option_item_selected(index):