Added styles and fix button for API

This commit is contained in:
2025-06-26 19:49:14 -06:00
parent 23cc4ab8f0
commit 5413f80ee2
14 changed files with 101 additions and 33 deletions

View File

@@ -0,0 +1,7 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ui:Style src="Styles/MainScreen.uss" />
<ui:VisualElement class="main-screen">
<ui:Label text="Furniture List" class="title-label" />
<ui:ScrollView name="furniture-list" style="flex-grow: 1" />
</ui:VisualElement>
</ui:UXML>