21 lines
1.5 KiB
Plaintext
21 lines
1.5 KiB
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">
|
|
<ui:Template name="ProfileUI" src="project://database/Assets/92%20-%20UserInterface/Generic/MainMenu/ProfileUI.uxml?fileID=9197481963319205126&guid=647093481b18a0545a317b213681c4ae&type=3#ProfileUI" />
|
|
<Style src="project://database/Assets/92%20-%20UserInterface/Generic/MainMenu/ProfileSelectorUIStyle.uss?fileID=7433441132597879392&guid=6e9a57985c8e7944882a40f65b6ce1fa&type=3#ProfileSelectorUIStyle" />
|
|
<ui:VisualElement name="root-profile-selector">
|
|
<ui:VisualElement class="background">
|
|
<ui:Button text="X" name="close" style="border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0;" />
|
|
<ui:VisualElement name="profile-list" style="flex-grow: 1;">
|
|
<ui:Instance template="ProfileUI" />
|
|
<ui:Instance template="ProfileUI" />
|
|
<ui:Instance template="ProfileUI" />
|
|
</ui:VisualElement>
|
|
<ui:VisualElement class="profile-add-row">
|
|
<ui:TextField placeholder-text="Nazwa nowego profilu..." name="profile-add-name" max-length="32" />
|
|
<ui:Button name="profile-add" text="+" />
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|