summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/sfx/shop/unlocked.oggbin0 -> 12893 bytes
-rw-r--r--core/src/kz/ilotterytea/maxon/screens/game/shop/ShopUI.java3
2 files changed, 3 insertions, 0 deletions
diff --git a/assets/sfx/shop/unlocked.ogg b/assets/sfx/shop/unlocked.ogg
new file mode 100644
index 0000000..e71104d
--- /dev/null
+++ b/assets/sfx/shop/unlocked.ogg
Binary files differ
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;