feat: controls for pages, better templates, color changing, clear commenting

This commit is contained in:
Chris
2025-08-26 13:27:10 -04:00
parent 0fad8c1416
commit a63f130e49
9 changed files with 265 additions and 155 deletions

View File

@@ -1,3 +1,5 @@
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="False">
<ui:VisualElement name="StretchBG" style="width: 100%; height: 100%;" />
<ui:VisualElement name="StretchBG" style="width: 100%; height: auto;">
<ui:VisualElement name="Pages" style="flex-direction: row; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px;" />
</ui:VisualElement>
</ui:UXML>