SpringJam2026/Assets/UI/MainMenu.uxml

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>