Skip to content

Commit

Permalink
Missing Audio Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Jan 11, 2024
1 parent 42bf7a0 commit 8fa68dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bubbo-bubbo/src/game/systems/PowerSystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fa68dd

Please sign in to comment.