This commit is contained in:
2026-07-26 18:47:19 +09:00
parent 53bad30836
commit 880732dd33
16 changed files with 247 additions and 37 deletions

View File

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