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) console.log(LimitClicked, DepositDiamonds, X_Cordinates)
this.gamesCircle = this.gamesCircle + 1
} }
else { else {
this.gameStart = false this.gameStart = false
this.offEventPointers = false this.offEventPointers = false
this.flippedCards = [] this.flippedCards = []
this.gamesCircle = 0
} }
}, },
deep: true deep: true