Files
VOIDRPG/Assets/92 - UserInterface/Generic/Game/LevelUp/LevelUpOptionUI.uxml
T
2026-07-09 21:33:33 +02:00

11 lines
819 B
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance"
engine="UnityEngine.UIElements" editor="UnityEditor.UIElements"
noNamespaceSchemaLocation="../../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
<Style src="project://database/Assets/92%20-%20UserInterface/Generic/Game/LevelUp/LevelUpOptionUIStyle.uss?fileID=7433441132597879392&amp;guid=f8e50bdc9f94ea34a86065518df01235&amp;type=3#LevelUpOptionUIStyle" />
<ui:Button name="root-level-up-option" style="width: 450px; height: 600px;">
<ui:Label text="{TITLE}" name="title" picking-mode="Ignore" />
<ui:VisualElement name="image" picking-mode="Ignore" />
<ui:Label text="{DESCRIPTION}" name="description" picking-mode="Ignore" />
</ui:Button>
</ui:UXML>