24 lines
3.5 KiB
Plaintext
24 lines
3.5 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">
|
|
<Style src="project://database/Assets/UI/ResourceStorage.uss?fileID=7433441132597879392&guid=2a7d452b65226d247a8e8f68dcbb1f3f&type=3#ResourceStorage"/>
|
|
<ui:VisualElement style="flex-grow: 1; align-items: center; height: auto;">
|
|
<ui:VisualElement name="Panel" style="flex-grow: 0; flex-direction: row; justify-content: space-between; height: 30px; border-top-width: 0; border-right-width: 0; border-bottom-width: 0; border-left-width: 0; border-left-color: rgb(0, 0, 0); border-right-color: rgb(0, 0, 0); border-top-color: rgb(0, 0, 0); border-bottom-color: rgb(0, 0, 0); border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; background-color: rgba(255, 255, 255, 0.75); opacity: 1; padding-left: 8px; padding-right: 8px;">
|
|
<ui:VisualElement name="MetalSlot" style="flex-grow: 0; flex-direction: row; justify-content: flex-start; margin-top: 8px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px;">
|
|
<ui:Image source="project://database/Assets/Sprites/Resources/Metal.png?fileID=2800000&guid=4bfbbb3ce9e1255499a1b8de64f9bc32&type=3#Metal" class="aa" style="flex-grow: 0; aspect-ratio: auto; align-items: auto; align-content: auto; height: auto; width: 14px;"/>
|
|
<ui:Label text="0" class="amount" style="-unity-text-align: middle-left;"/>
|
|
</ui:VisualElement>
|
|
<ui:VisualElement name="ElectronicsSlot" style="flex-grow: 0; flex-direction: row; justify-content: flex-start; margin-top: 8px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px;">
|
|
<ui:Image source="project://database/Assets/Sprites/Resources/Electronics.png?fileID=2800000&guid=97368ec1f686a71489f0c85a661ae8cd&type=3#Electronics" class="aa" style="flex-grow: 0; aspect-ratio: auto; align-items: auto; align-content: auto; height: auto; width: 14px;"/>
|
|
<ui:Label text="0" class="amount" style="-unity-text-align: middle-left;"/>
|
|
</ui:VisualElement>
|
|
<ui:VisualElement name="EnergySlot" style="flex-grow: 0; flex-direction: row; justify-content: flex-start; margin-top: 8px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px;">
|
|
<ui:Image source="project://database/Assets/Sprites/Resources/Energy.png?fileID=2800000&guid=5980ff48fc1e86741ba173252d37b7ab&type=3#Energy" class="aa" style="flex-grow: 0; aspect-ratio: auto; align-items: auto; align-content: auto; height: auto; width: 14px;"/>
|
|
<ui:Label text="0" class="amount" style="-unity-text-align: middle-left;"/>
|
|
</ui:VisualElement>
|
|
<ui:VisualElement name="MoneySlot" style="flex-grow: 0; flex-direction: row; justify-content: flex-start; margin-top: 8px; margin-right: 8px; margin-bottom: 8px; margin-left: 8px;">
|
|
<ui:Image source="project://database/Assets/Sprites/Resources/Money.png?fileID=2800000&guid=518c53b478c59aa49b1c8e12f205d042&type=3#Money" class="aa" style="flex-grow: 0; aspect-ratio: auto; align-items: auto; align-content: auto; height: auto; width: 14px;"/>
|
|
<ui:Label text="0" class="amount" style="-unity-text-align: middle-left;"/>
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
</ui:VisualElement>
|
|
</ui:UXML>
|