From 730a41522c3be8cf8d5ac3b72d1d4d64b74018a6 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 29 Oct 2024 10:28:45 +0500 Subject: feat: show the amount of purchased pets --- assets/sprites/gui/ui.skin | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'assets') 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 -- cgit v1.2.3