summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/kz/ilotterytea/maxon/screens/game/shop/ShopUI.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/kz/ilotterytea/maxon/screens/game/shop/ShopUI.java b/core/src/kz/ilotterytea/maxon/screens/game/shop/ShopUI.java
index 1ee7a90..b2209d8 100644
--- a/core/src/kz/ilotterytea/maxon/screens/game/shop/ShopUI.java
+++ b/core/src/kz/ilotterytea/maxon/screens/game/shop/ShopUI.java
@@ -310,6 +310,9 @@ public class ShopUI {
widget.setVisible(true);
widget.setLocked(false);
savegame.getUnlockedPets().add(widget.getPet().getId());
+
+ Sound sound = MaxonGame.getInstance().assetManager.get("sfx/shop/unlocked.ogg");
+ sound.play();
}
continue;