added logic for gameCircles

This commit is contained in:
Kostya
2024-01-21 11:43:36 +03:00
parent 43336a4890
commit 0a7ef70591

View File

@@ -232,11 +232,13 @@ export default {
}
console.log(LimitClicked, DepositDiamonds, X_Cordinates)
this.gamesCircle = this.gamesCircle + 1
}
else {
this.gameStart = false
this.offEventPointers = false
this.flippedCards = []
this.gamesCircle = 0
}
},
deep: true