Compare commits

..

No commits in common. "cec9737024ae62d2bcc8c890b3c182de1092ff57" and "f1d53bda11eda2f8bab0a320feef9418817fe041" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -10567,7 +10567,7 @@
"__prefab": {
"__id__": 443
},
"_key": "Ranking",
"_key": "Rankin",
"_id": ""
},
{

View File

@ -661,7 +661,7 @@ export class SlotGame extends Component {
onIconClicked(iconComponent: Icon) {
if (this.isEliminating) return;
if (this.isShow) return;
let isExpect = this.rollerManager.checkNextRollerExpect(6, 4);
let isExpect = this.rollerManager.checkNextRollerExpect(6);
if (isExpect) return;
if (this.freeBg.active) return;