You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
1.1 KiB

<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://database/Assets/UI%20Toolkit/styles.uss?fileID=7433441132597879392&amp;guid=a6abab2f6d20ba823bad41d2081810e9&amp;type=3#styles" />
<Style src="project://database/Assets/UI%20Toolkit/player_panel.uss?fileID=7433441132597879392&amp;guid=102b2cb1b84d8883abde9356b92d807e&amp;type=3#player_panel" />
<ui:VisualElement style="flex-direction: row; align-items: stretch; justify-content: space-between; height: 100%; width: 100%;">
<ui:Button text="Left" display-tooltip-when-elided="true" name="btn_left" />
<ui:VisualElement class="mods_list" />
<ui:Label text="0" display-tooltip-when-elided="true" name="score" />
<ui:VisualElement class="mods_list" />
<ui:Button text="Right" display-tooltip-when-elided="true" name="btn_right" />
</ui:VisualElement>
</ui:UXML>