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,7 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ui:VisualElement class="item-container" style="margin: 5px; padding: 8px; border-bottom: 1px solid #ccc;">
<ui:Label name="nameLabel" />
<ui:Label name="colorLabel" />
<ui:Label name="lineLabel" />
</ui:VisualElement>
</ui:UXML>