BITFALL/Assets/Artists/UX/UXOnScreenPrompt_Template.uxml

7 lines
947 B
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
<ui:VisualElement style="flex-direction: row;">
<ui:Label tabindex="-1" text="F" parse-escape-sequences="true" display-tooltip-when-elided="true" name="title-label" style="-unity-text-align: middle-center; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; min-width: 32px; min-height: 32px; padding-left: 4px; padding-right: 4px;" />
<ui:Label text="互动" display-tooltip-when-elided="true" name="context-label" style="padding-left: 8px; padding-right: 8px; padding-top: 4px; padding-bottom: 4px; color: rgb(255, 255, 255); text-shadow: 1px 1px 23.9px rgb(0, 0, 0); -unity-text-align: middle-left; flex-direction: row; -unity-font-style: bold;" />
</ui:VisualElement>
</ui:UXML>