Compare commits
No commits in common. "cec9737024ae62d2bcc8c890b3c182de1092ff57" and "f1d53bda11eda2f8bab0a320feef9418817fe041" have entirely different histories.
cec9737024
...
f1d53bda11
@ -10567,7 +10567,7 @@
|
|||||||
"__prefab": {
|
"__prefab": {
|
||||||
"__id__": 443
|
"__id__": 443
|
||||||
},
|
},
|
||||||
"_key": "Ranking",
|
"_key": "Rankin",
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -661,7 +661,7 @@ export class SlotGame extends Component {
|
|||||||
onIconClicked(iconComponent: Icon) {
|
onIconClicked(iconComponent: Icon) {
|
||||||
if (this.isEliminating) return;
|
if (this.isEliminating) return;
|
||||||
if (this.isShow) return;
|
if (this.isShow) return;
|
||||||
let isExpect = this.rollerManager.checkNextRollerExpect(6, 4);
|
let isExpect = this.rollerManager.checkNextRollerExpect(6);
|
||||||
if (isExpect) return;
|
if (isExpect) return;
|
||||||
|
|
||||||
if (this.freeBg.active) return;
|
if (this.freeBg.active) return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user