Files
StoryGame_Unity/Assets/08_UI/DialogEnterRow.uxml
2026-07-26 19:25:03 +09:00

8 lines
737 B
Plaintext

<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">
<ui:VisualElement name="Body" style="flex-grow: 1; align-items: center; justify-content: center; width: 800px; height: 100px;">
<ui:VisualElement name="Row" style="flex-grow: 0; width: 720px; height: 72px; flex-shrink: 0; background-color: rgb(255, 252, 220); justify-content: center; align-items: center;">
<ui:Label text="Label" name="Label" style="color: rgb(255, 85, 94); -unity-font-style: bold; font-size: 48px;"/>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>