UI 수정
This commit is contained in:
@@ -1,7 +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 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>
|
||||
|
||||
Reference in New Issue
Block a user