Initial commit

This commit is contained in:
rudder
2026-08-12 14:03:44 +03:00
commit 9a7b4a57dc
304 changed files with 82311 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<UXML xmlns="UnityEngine.UIElements">
<VisualElement name="toast-row" class="row tone-info" style="flex-direction: row; align-items: stretch; width: 320px;">
<VisualElement name="toast-accent" style="width: 4px; flex-shrink: 0;" />
<VisualElement name="toast-body" style="flex-grow: 1; flex-shrink: 1; padding-left: 12px; padding-right: 8px; padding-top: 8px; padding-bottom: 8px;">
<Label name="toast-title" text="Toast title" style="font-size: 14px; -unity-font-style: bold;" />
<Label name="toast-message" text="Toast message" class="label-muted" style="font-size: 12px; white-space: normal; margin-top: 2px;" />
</VisualElement>
</VisualElement>
</UXML>