Updated Surfer Audio
This commit is contained in:
parent
28779c3269
commit
85c65dcd6b
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.
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue