Net.Like.Xue.Tokyo/Assets/Artists/UX/ui_control_mode.uxml

14 lines
1.7 KiB
Plaintext
Raw Normal View History

2025-03-12 22:46:37 +08:00
<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/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&amp;guid=a3a69d3518fd02b489e721f3c5b0b539&amp;type=3#Common" />
<ui:VisualElement picking-mode="Ignore" name="mode-container" class="root">
<ui:VisualElement name="PlayerSpotterScopeMode" picking-mode="Ignore" class="root">
<ui:VisualElement class="root" style="background-image: url(&quot;project://database/Assets/BITKit/Unity/Art/Container/container_border_64.png?fileID=21300000&amp;guid=03c130865454e0143ad28deb986cb65e&amp;type=3#container_border_64&quot;); left: 10%; top: 10%; right: 10%; bottom: 10%;" />
<ui:VisualElement class="flex-center" style="background-image: url(&quot;project://database/Assets/Arts/Artsystack%20-Modern%20Multiplayer%20GUI/ResourcesData/Sprites/icons/shape_18.png?fileID=21300000&amp;guid=13b313f856e4df34daab60dc5e84cc7f&amp;type=3#shape_18&quot;); width: 64px; height: 64px;" />
</ui:VisualElement>
2025-05-06 16:10:12 +08:00
<ui:VisualElement name="PlayerWalkMode" picking-mode="Ignore" class="root">
<BITKit.UX.OnScreenGamepad name="-move-pad" style="width: 256px; height: 256px; position: absolute; left: 32px; bottom: 32px; display: none;" />
<BITKit.UX.OnScreenStick name="move-pad" IsDelta="true" style="position: absolute; left: 32px; bottom: 32px; width: 256px; height: 256px;" />
</ui:VisualElement>
2025-03-12 22:46:37 +08:00
</ui:VisualElement>
</ui:UXML>