fix: Fix bug where inventory is invisible by default

This commit is contained in:
Balloonpopper
2023-01-24 22:18:55 +11:00
committed by Duncan Brown
parent 29c38e7e30
commit c597414659

View File

@@ -168,6 +168,7 @@ func run_event_from_script(script: ESCScript, event_name: String):
# Called from escoria autoload to start a new game.
func new_game():
escoria.game_scene.escoria_show_ui()
run_event_from_script(escoria.start_script, escoria.event_manager.EVENT_NEW_GAME)