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
@@ -0,0 +1,7 @@
<UXML xmlns="UnityEngine.UIElements">
<VisualElement name="shop-offer-row" class="row" style="flex-direction: row; align-items: center; padding-left: 12px; padding-right: 8px; padding-top: 6px; padding-bottom: 6px;">
<Label name="offer-name" text="Offer name" style="flex-grow: 1; flex-shrink: 1; font-size: 14px;" />
<Label name="offer-price" text="$0.99" class="value-accent" style="width: 72px; font-size: 13px; -unity-text-align: middle-right; flex-shrink: 0;" />
<Button name="offer-buy-button" text="Buy" class="btn btn-primary" style="width: 72px; height: 32px; margin-left: 12px; flex-shrink: 0;" />
</VisualElement>
</UXML>