BITFALL/Assets/Artists/UX/Medical-Template.uxml

7 lines
469 B
Plaintext
Raw Normal View History

2024-03-31 23:34:22 +08:00
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements">
<ui:VisualElement style="min-width: 128px; align-items: center; justify-content: flex-start; flex-direction: row;">
<ui:VisualElement style="width: 32px; height: 32px; background-color: rgb(255, 106, 0);" />
<ui:Label tabindex="-1" text="受伤" parse-escape-sequences="true" display-tooltip-when-elided="true" name="context-label" />
</ui:VisualElement>
</ui:UXML>