First version of UI consumed from API

This commit is contained in:
2025-06-25 20:06:08 -06:00
parent fe42687139
commit 23cc4ab8f0
37 changed files with 5043 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ui:VisualElement style="flex-grow: 1; padding: 10px;">
<ui:Label text="Furniture List" style="unity-font-style: bold; font-size: 20px; margin-bottom: 10px;" />
<ui:ScrollView name="furniture-list" style="flex-grow: 1;" />
</ui:VisualElement>
</ui:UXML>