bug
This commit is contained in:
parent
43eb7d101d
commit
b797f2b2b9
@ -121,6 +121,8 @@ export class SlotBar extends Component {
|
||||
this.setBtnEnable(this.getBtnButton(Btn_Key.SubBetBtn), false);
|
||||
this.setBtnEnable(this.getBtnButton(Btn_Key.AutoSpinBtn), false);
|
||||
this.setBtnEnable(this.getBtnButton(Btn_Key.MenuBtn), false);
|
||||
this.setBtnEnable(this.getBtnButton(Btn_Key.ChooseDiffBtn), false);
|
||||
|
||||
this.updateChooseDiff();
|
||||
}
|
||||
|
||||
@ -709,7 +711,7 @@ export class SlotBar extends Component {
|
||||
this.setBtnEnable(this.getBtnButton(Btn_Key.AddBetBtn), true);
|
||||
this.setBtnEnable(this.getBtnButton(Btn_Key.AutoSpinBtn), true);
|
||||
this.setBtnEnable(this.getBtnButton(Btn_Key.MenuBtn), true);
|
||||
this.setBtnEnable(this.getBtnButton(Btn_Key.ChooseDiffBtn), false);
|
||||
this.setBtnEnable(this.getBtnButton(Btn_Key.ChooseDiffBtn), true);
|
||||
this.betIndex = 0;
|
||||
this.setBet(this.betGrade[this.betIndex]);
|
||||
}
|
||||
|
||||
@ -639,6 +639,6 @@ export class SlotGame extends Component {
|
||||
}
|
||||
|
||||
setDoubleWinBtnEnable(bol: boolean) {
|
||||
this.setBtnEnable(this.doubleWinBtnNode, bol);
|
||||
this.setBtnEnable(this.doubleWinBtnNode.getChildByName('pt_11'), bol);
|
||||
}
|
||||
}
|
||||
@ -17220,8 +17220,8 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -486.721,
|
||||
"y": -0.967,
|
||||
"x": -485,
|
||||
"y": 10,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user