Updated Surfer Audio

This commit is contained in:
Brian Fertig 2025-08-24 13:58:58 -06:00
parent 28779c3269
commit 85c65dcd6b
8 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -978,6 +978,10 @@ export class GameScene extends Phaser.Scene {
this.bgMusic.loop = true;
this.bgMusic.play();
this.time.delayedCall(4000, () => {
this.sound.play(`${this.ally}-intro`);
});
// Refresh the ally video with the new ally
if (this.allyVideo) {
console.log('update-vid ',this.ally);