14 lines
985 B
Plaintext
14 lines
985 B
Plaintext
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.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:/Assets/UI/Styles/Global.uss" />
|
|
<ui:VisualElement class="screen-root">
|
|
<ui:VisualElement class="panel">
|
|
<ui:Label text="HALLUCINATE" class="header-text" />
|
|
<ui:Button text="CREATE ROOM" name="btn-create" class="button-primary" />
|
|
<ui:Button text="JOIN ROOM" name="btn-join" class="button-primary" />
|
|
<ui:Button text="SETTINGS" name="btn-settings" class="button-primary" />
|
|
<ui:Button text="PROFILE" name="btn-profile" class="button-primary" />
|
|
<ui:Button text="EXIT" name="btn-exit" class="button-primary button-danger" />
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|