Fix audio typo
This commit is contained in:
parent
a5b136e02f
commit
8b9943eb5b
2
game.js
2
game.js
@ -39,7 +39,7 @@ const TITLETIMELINE = [
|
|||||||
{time:6500,cb:
|
{time:6500,cb:
|
||||||
(ctx)=>{
|
(ctx)=>{
|
||||||
currentSound.src="Super 8 Old Movie Projector - Gaming Sound Effect.mp3"
|
currentSound.src="Super 8 Old Movie Projector - Gaming Sound Effect.mp3"
|
||||||
audio.play()
|
currentSound.play()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{time:7000,cb:
|
{time:7000,cb:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user