diff options
| author | ilotterytea <iltsu@alright.party> | 2024-10-29 10:28:45 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-10-29 10:28:45 +0500 |
| commit | 730a41522c3be8cf8d5ac3b72d1d4d64b74018a6 (patch) | |
| tree | 90acba41af10cc9732ee5686058b3c1e5989b180 /assets | |
| parent | b9050a21c0bcb988ac90a1d0082ab03277e490da (diff) | |
feat: show the amount of purchased pets
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/sprites/gui/ui.skin | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/sprites/gui/ui.skin b/assets/sprites/gui/ui.skin index 752ca37..cc281a1 100644 --- a/assets/sprites/gui/ui.skin +++ b/assets/sprites/gui/ui.skin @@ -6,6 +6,7 @@ store_item_disabled: { hex: "#888888ff" }, store_item_price_available: { hex: "#00ff00ff" }, store_item_price_disabled: { hex: "#ff0000ff" }, + store_item_amount: { hex: "#1b1412ff" }, orange: {hex: "#ffa300ff" }, yellow: {hex: "#ffec27ff" }, @@ -72,6 +73,10 @@ file: fnt/FontText.fnt, scaledSize: 30 }, + store_item_amount: { + file: fnt/FontText.fnt, + scaledSize: 48 + }, store_control: { file: fnt/FontText.fnt, scaledSize: 18 @@ -191,6 +196,10 @@ parent: store_item_price_mobile, fontColor: store_item_price_disabled }, + store_item_amount: { + font: store_item_amount, + fontColor: store_item_amount + }, slots: { font: slots, fontColor: white |
