Files
StoryGame_Unity/Assets/08_UI/SideSprite.uxml
2026-08-06 09:30:08 +09:00

8 lines
1.2 KiB
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" picking-mode="Ignore" style="flex-grow: 1; width: 1920px; height: 1080px;">
<ui:VisualElement name="SideField" picking-mode="Ignore" style="flex-grow: 1; flex-direction: row; align-items: center; justify-content: flex-start; padding-left: 0; rotate: 0;">
<ui:Image name="SideSprite" picking-mode="Ignore" source="project://database/Assets/05_Textures/Icon/Items/ItemEx.png?fileID=21300000&amp;guid=2cc90f10caab78d4baff76a4c8b030d0&amp;type=3#ItemEx" style="width: 400px; height: 400px; flex-shrink: 0; background-color: rgb(0, 137, 178); border-top-width: 8px; border-right-width: 8px; border-bottom-width: 8px; border-left-width: 8px; border-left-color: rgb(61, 94, 149); border-right-color: rgb(61, 94, 149); border-top-color: rgb(61, 94, 149); border-bottom-color: rgb(61, 94, 149); padding-top: 16px; padding-right: 16px; padding-bottom: 16px; padding-left: 16px; position: relative; left: 200px; top: -200px;"/>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>