mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
update
This commit is contained in:
parent
adcc1c2baf
commit
4a3df64d23
@ -21,7 +21,7 @@ function musicPlay() {
|
|||||||
document.removeEventListener('click', musicPlay);
|
document.removeEventListener('click', musicPlay);
|
||||||
}
|
}
|
||||||
|
|
||||||
var faudio = new Audio('youare.mp3')
|
var faudio = new Audio('cantaloupe.mp3')
|
||||||
|
|
||||||
faudio.addEventListener('timeupdate', function() {
|
faudio.addEventListener('timeupdate', function() {
|
||||||
console.log('TimeUpdate invoked.');
|
console.log('TimeUpdate invoked.');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user