From 8fa68dd9b71a3cd30a97a55343584e205e704a0c Mon Sep 17 00:00:00 2001 From: Baz Utsahajit Date: Thu, 11 Jan 2024 09:34:16 +0000 Subject: [PATCH] Missing Audio Fix --- bubbo-bubbo/src/game/systems/PowerSystem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bubbo-bubbo/src/game/systems/PowerSystem.ts b/bubbo-bubbo/src/game/systems/PowerSystem.ts index 1475f18..365b608 100644 --- a/bubbo-bubbo/src/game/systems/PowerSystem.ts +++ b/bubbo-bubbo/src/game/systems/PowerSystem.ts @@ -103,7 +103,7 @@ export class PowerSystem implements System { */ private _timer() { // Play the 'powerup-time' sound effect - sfx.play('audio/powerup-time'); + sfx.play('audio/powerup-time.wav'); // Use the `gsap.delayedCall` function to add a 5 second delay before emitting the signal to state the power effect has ended // Add the tween to the pause system