1234567 |
- <ui:UXML xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
- <Style src="project://database/Assets/UI%20Toolkit/Style/rootStyle.uss?fileID=7433441132597879392&guid=b30eb17a0ca8bf64087af4e59d565fdd&type=3#rootStyle" />
- <ui:VisualElement style="flex-grow: 1; flex-direction: column-reverse;">
- <ui:Label text="<information>" name="InfoLabel" class="message" style="-unity-text-align: upper-right;" />
- <ui:Button text="<Start Game>" name="StartButton" class="button" style="align-self: center; width: 60%; margin-bottom: 8px; font-size: 20px; color: rgb(255, 255, 255); background-color: rgba(22, 35, 245, 0.78);" />
- </ui:VisualElement>
- </ui:UXML>
|