forked from noxious/client
removed mouse move, doesn't work
This commit is contained in:
parent
fb0c41d548
commit
3fe90287c7
@ -17,7 +17,6 @@ onMounted(() => {
|
||||
if (bgm.value.paused) {
|
||||
window.addEventListener('click', () => bgm.value.play())
|
||||
window.addEventListener('keydown', () => bgm.value.play())
|
||||
window.addEventListener('mousemove', () => bgm.value.play())
|
||||
}
|
||||
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user