mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed bug with saper
This commit is contained in:
@@ -284,6 +284,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async amountCrystals(CrystalsCount) {
|
async amountCrystals(CrystalsCount) {
|
||||||
|
setTimeout(async () => {
|
||||||
this.PercentageGameSteps = []
|
this.PercentageGameSteps = []
|
||||||
if (![1, 5, 10, 24].includes(CrystalsCount)) {
|
if (![1, 5, 10, 24].includes(CrystalsCount)) {
|
||||||
this.clickedBtnCrystal = null
|
this.clickedBtnCrystal = null
|
||||||
@@ -322,6 +323,7 @@ export default {
|
|||||||
console.error('Error in Percantage', e)
|
console.error('Error in Percantage', e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}, 200)
|
||||||
},
|
},
|
||||||
flippedCards: {
|
flippedCards: {
|
||||||
async handler(value) {
|
async handler(value) {
|
||||||
|
|||||||
Reference in New Issue
Block a user