Files
FueraDeEscala/Assets/Game/Menus/MainMenu/MainMenu.uxml
Robii Aragon c20e39adc4 Add Main Menu UI, alien models & editor configs
Add VS Code workspace/launch/settings for Unity development and a new MainMenu scene/UI (uxml, uss, tss) with MainMenuController and related assets. Import two alien character FBX models (with generated .meta settings) and add folder metadata. Update Git LFS pointers for a Game Kit scene and add modifications to Game Kit Controller assets (World Canvas material and Save Camera render texture) and ProjectSettings/QualitySettings. These changes bring initial UI/menu assets and character models into the project and add editor tooling/config for easier development.
2026-02-17 18:04:37 -08:00

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&amp;guid=01b499cb526398648b8a68e04b25779e&amp;type=3#MainMenu"/>
<ui:VisualElement name="Container" class="main-container" style="aspect-ratio: 1.777778;">
<ui:Label text="FUERA DE&#10;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>