Skip to content

Commit

Permalink
Fix town menu layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bielwenass committed Jul 23, 2023
1 parent d7ae7e7 commit 83059a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Town.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ export function enterTown() {
Gui.vault.updateSlots();

saveState(state);
state.root.addChild(mainScreen);
state.root.addChildAt(mainScreen, 0);
}

0 comments on commit 83059a0

Please sign in to comment.