Added final adjusment for demo
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<ui:Style src="Styles/FurnitureItem.uss" />
|
||||
<ui:VisualElement class="furniture-item">
|
||||
<ui:Label name="nameLabel" class="furniture-title"/>
|
||||
<ui:Label name="colorLabel" class="furniture-subtitle"/>
|
||||
<ui:Label name="lineLabel" class="furniture-subtitle"/>
|
||||
<ui:Label name="nameLabel" class="furniture-title" />
|
||||
<ui:Label name="colorLabel" class="furniture-subtitle" />
|
||||
<ui:Label name="lineLabel" class="furniture-subtitle" />
|
||||
<ui:Label name="priceLabel" class="furniture-subtitle" />
|
||||
<ui:Label name="stockLabel" class="furniture-subtitle" />
|
||||
<ui:VisualElement name="attributesContainer" class="attributes-container" />
|
||||
</ui:VisualElement>
|
||||
</ui:UXML>
|
||||
|
||||
Reference in New Issue
Block a user