Skip to content

Commit

Permalink
feat: don't break tab menu with zoning UI
Browse files Browse the repository at this point in the history
  • Loading branch information
PeenScreeker committed Jul 6, 2024
1 parent 02f8ce1 commit 1d601d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions layout/hud/tab-menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
<Frame src="file://{resources}/layout/pages/end-of-run/end-of-run.xml" hittest="true" hittestchildren="true" />
</Panel>

<Panel id="ZoningContainer" class="hud-tab-menu__zoning" hittestchildren="true">
<ZoneMenu id="ZoneMenu" />
</Panel>

<Panel class="hud-tab-menu__stats">
</Panel>

Expand Down
3 changes: 3 additions & 0 deletions layout/pages/zoning/zoning.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<root>
<Panel class="zoning" acceptsinput="true" acceptsfocus="true" />
</root>

0 comments on commit 1d601d1

Please sign in to comment.