This commit is contained in:
@@ -29,6 +29,15 @@ watch(
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
watch(
|
||||||
|
() => goStore.current_game?.players,
|
||||||
|
(newList, oldList) => {
|
||||||
|
if (!oldList || !newList) { return }
|
||||||
|
if (newList?.length > oldList.length) {
|
||||||
|
playSound('/sounds/teleport.mp3')
|
||||||
|
}
|
||||||
|
|
||||||
|
})
|
||||||
function showLoserScreen() {
|
function showLoserScreen() {
|
||||||
// playSound('/sounds/ding.mp3')
|
// playSound('/sounds/ding.mp3')
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user