init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<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/MainMenu/MainMenuUIStyle.uss?fileID=7433441132597879392&guid=71bd534bbfc445b439fa7a42dcde75d1&type=3#MainMenuUIStyle" />
|
||||
<ui:VisualElement name="main-menu-root">
|
||||
<ui:VisualElement class="background">
|
||||
<ui:Button text="Rozpocznij Grę" name="new-game" class="main-menu-button" />
|
||||
<ui:Button text="Profile" name="profile" class="main-menu-button" />
|
||||
<ui:VisualElement class="current-profile">
|
||||
<ui:Label text="Wybrany profil:" picking-mode="Ignore" />
|
||||
<ui:Label text="{PROFILE_NAME}" name="current-profile-name" picking-mode="Ignore" />
|
||||
</ui:VisualElement>
|
||||
<ui:Button text="Ustawienia" name="settings" class="main-menu-button" />
|
||||
<ui:Button text="Wyjście" name="exit" class="main-menu-button" />
|
||||
</ui:VisualElement>
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
Reference in New Issue
Block a user