Reviewed-on: #2 Co-authored-by: Jeremy Smitherman <Jeremysmitherman@gmail.com> Co-committed-by: Jeremy Smitherman <Jeremysmitherman@gmail.com>
9 lines
694 B
Plaintext
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&guid=82ec75a97412ed44d9199e9605a0bd44&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>
|