diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-28 23:16:32 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-28 23:16:32 +0500 |
| commit | 62810e3d248a81ab6a4b6bc8b321ecd85d565a0c (patch) | |
| tree | dbd16ebc83c4e48f5e34becbc47ae5f32a9f1ffe /core/src/com/ilotterytea/maxoning/ui | |
| parent | d1d599552a0253c2637cc270642564c2ec55b7db (diff) | |
upd: shop item background + shop ui background
Diffstat (limited to 'core/src/com/ilotterytea/maxoning/ui')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java b/core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java index 89fa46a..bca5b3b 100644 --- a/core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java +++ b/core/src/com/ilotterytea/maxoning/ui/PurchaseItem.java @@ -11,7 +11,7 @@ public class PurchaseItem extends Table { MaxonItem item ) { super(skin); - super.setBackground("up"); + super.setBackground("shop_item"); super.align(Align.left | Align.center); super.add(item.icon).size(81f).pad(6f); |
