RobotFactoryIncrementalGame/Assets/UI/FactoryInfo.uxml

10 lines
843 B
Plaintext

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
<Style src="project://database/Assets/UI/FactoryInfo.uss?fileID=7433441132597879392&amp;guid=3c62212d794e93e4aa6b8b262bf1bf5c&amp;type=3#FactoryInfo"/>
<ui:VisualElement picking-mode="Ignore" name="Panel" style="flex-grow: 1; opacity: 1; width: 10%; position: absolute; left: auto;">
<ui:VisualElement picking-mode="Position" name="InnerPanel" style="flex-grow: 1; opacity: 1; width: 100%; position: absolute; left: -50%; bottom: 100%; font-size: 100%;">
<ui:Label text="Label" name="Title" style="-unity-text-align: middle-center; font-size: 14px;"/>
<ui:ProgressBar value="22" title="" name="Progress" style="font-size: 12px;"/>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>