StartGameUI.uxml 863 B

1234567
  1. <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">
  2. <Style src="project://database/Assets/UI%20Toolkit/Style/rootStyle.uss?fileID=7433441132597879392&amp;guid=b30eb17a0ca8bf64087af4e59d565fdd&amp;type=3#rootStyle" />
  3. <ui:VisualElement style="flex-grow: 1; flex-direction: column-reverse;">
  4. <ui:Label text="&lt;information&gt;" name="InfoLabel" class="message" style="-unity-text-align: upper-right;" />
  5. <ui:Button text="&lt;Start Game&gt;" 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);" />
  6. </ui:VisualElement>
  7. </ui:UXML>