mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed bug with gameTurn count
This commit is contained in:
@@ -381,6 +381,7 @@ export default {
|
|||||||
this.gameStart = false
|
this.gameStart = false
|
||||||
this.gamesCircle = 0
|
this.gamesCircle = 0
|
||||||
this.winningAmount = 0
|
this.winningAmount = 0
|
||||||
|
this.gameTurn = 0
|
||||||
const SoundCorrect = new Howl({
|
const SoundCorrect = new Howl({
|
||||||
src: ['/sounds/incorrect-sound.mp3'],
|
src: ['/sounds/incorrect-sound.mp3'],
|
||||||
volume: 0.5
|
volume: 0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user