PuzzleGame/PuzzleGameProject/Assets/UI/DungeonSelect.uxml
2025-02-25 18:01:35 +01:00

18 lines
1.7 KiB
Text

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
<Style src="project://database/Assets/UI/Styles/style1.uss?fileID=7433441132597879392&amp;guid=97546bb1d1d93d84e9b4ef0c8ae11a0e&amp;type=3#style1" />
<ui:VisualElement name="Base" style="flex-grow: 1; height: auto; flex-direction: row; align-items: stretch; justify-content: space-between;">
<ui:VisualElement name="Menu" style="flex-grow: 1; width: 33%; background-color: rgb(56, 56, 56); bottom: 0; top: 0; position: relative; left: 0; max-width: 33%;">
<ui:Label text="Dungeon Name" name="DungeonName" class="MenuHeader MenuHTwo" style="-unity-text-align: upper-center; color: rgb(255, 255, 255);" />
<ui:VisualElement style="flex-grow: 1;">
<ui:Label text="High Scores" name="HighScores" class="MenuHThree" style="-unity-text-align: upper-center; color: rgb(255, 255, 255);" />
<ui:ListView name="HighScoresListView" class="MenuText" style="flex-grow: 1;" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="DungeonView" style="right: 0; top: 0; align-self: stretch; justify-content: space-between; flex-direction: column-reverse; flex-grow: 1; position: relative; flex-shrink: 1; bottom: 0; align-items: stretch;">
<ui:VisualElement name="BottomBar" style="flex-grow: 1; bottom: 0; align-self: stretch; flex-direction: row; align-items: flex-end; justify-content: space-between;">
<ui:Button text="Prev" name="Previous" />
<ui:Button text="Next" name="Next" style="-unity-text-align: middle-left;" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>