12 lines
944 B
Plaintext
12 lines
944 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/Game/Menus/MainMenu/MainMenu.uss?fileID=7433441132597879392&guid=01b499cb526398648b8a68e04b25779e&type=3#MainMenu"/>
|
||
|
|
<ui:VisualElement name="Container" class="main-container" style="aspect-ratio: 1.777778;">
|
||
|
|
<ui:Label text="FUERA DE ESCALA!" name="Title" class="game-title"/>
|
||
|
|
<ui:VisualElement name="ButtonPanel" class="button-panel">
|
||
|
|
<ui:Button text="JUGAR" name="BtnPlay" class="menu-button"/>
|
||
|
|
<ui:Button text="AJUSTES" name="BtnSettings" class="menu-button"/>
|
||
|
|
<ui:Button text="SALIR" name="BtnExit" class="menu-button button-exit"/>
|
||
|
|
</ui:VisualElement>
|
||
|
|
</ui:VisualElement>
|
||
|
|
</ui:UXML>
|