Skip to content

Commit

Permalink
fix: Fix bug where inventory is invisible by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Balloonpopper authored and BHSDuncan committed Jan 26, 2023
1 parent 29c38e7 commit c597414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/escoria-core/game/escoria.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit c597414

Please sign in to comment.