diff options
Diffstat (limited to 'assets/sprites')
| -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 |
