SpringJam2026/Assets/UI/MainMenu.uxml
Jeremy Smitherman 1523485fe2 feat/state (#2)
Reviewed-on: #2
Co-authored-by: Jeremy Smitherman <Jeremysmitherman@gmail.com>
Co-committed-by: Jeremy Smitherman <Jeremysmitherman@gmail.com>
2026-04-24 18:57:06 +00:00

9 lines
694 B
Plaintext

<ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="project://database/Assets/UI/Main.uss?fileID=7433441132597879392&amp;guid=82ec75a97412ed44d9199e9605a0bd44&amp;type=3#Main"/>
<ui:VisualElement name="MainMenuContainer" class="menuContainer" style="flex-grow: 1; margin-top: 10%;">
<ui:Label text="THE GAME" name="GameTitle"/>
<ui:Button text="New Game" name="StartGameButton"/>
<ui:Button text="Exit to Desktop" name="QuitGameButton"/>
</ui:VisualElement>
</ui:UXML>