fixed bug with gameTurn count

This commit is contained in:
Kostya
2024-01-30 14:46:20 +03:00
parent b48ec976ef
commit f6812dab84

View File

@@ -381,6 +381,7 @@ export default {
this.gameStart = false
this.gamesCircle = 0
this.winningAmount = 0
this.gameTurn = 0
const SoundCorrect = new Howl({
src: ['/sounds/incorrect-sound.mp3'],
volume: 0.5