mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
[arcade] Prevent playing music multiple times
This commit is contained in:
parent
362f58ab5c
commit
736d98cf37
1 changed files with 2 additions and 2 deletions
|
|
@ -148,8 +148,8 @@
|
|||
await new Promise(r => setTimeout(r, 200))
|
||||
}
|
||||
firstPlay = false
|
||||
} else {
|
||||
showMusic.play()
|
||||
// } else {
|
||||
// showMusic.play()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue