This commit is contained in:
TJH 2026-04-25 09:57:43 +08:00
parent 43eb7d101d
commit b797f2b2b9
3 changed files with 6 additions and 4 deletions

View File

@ -121,6 +121,8 @@ export class SlotBar extends Component {
this.setBtnEnable(this.getBtnButton(Btn_Key.SubBetBtn), false); this.setBtnEnable(this.getBtnButton(Btn_Key.SubBetBtn), false);
this.setBtnEnable(this.getBtnButton(Btn_Key.AutoSpinBtn), false); this.setBtnEnable(this.getBtnButton(Btn_Key.AutoSpinBtn), false);
this.setBtnEnable(this.getBtnButton(Btn_Key.MenuBtn), false); this.setBtnEnable(this.getBtnButton(Btn_Key.MenuBtn), false);
this.setBtnEnable(this.getBtnButton(Btn_Key.ChooseDiffBtn), false);
this.updateChooseDiff(); 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.AddBetBtn), true);
this.setBtnEnable(this.getBtnButton(Btn_Key.AutoSpinBtn), true); this.setBtnEnable(this.getBtnButton(Btn_Key.AutoSpinBtn), true);
this.setBtnEnable(this.getBtnButton(Btn_Key.MenuBtn), 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.betIndex = 0;
this.setBet(this.betGrade[this.betIndex]); this.setBet(this.betGrade[this.betIndex]);
} }

View File

@ -639,6 +639,6 @@ export class SlotGame extends Component {
} }
setDoubleWinBtnEnable(bol: boolean) { setDoubleWinBtnEnable(bol: boolean) {
this.setBtnEnable(this.doubleWinBtnNode, bol); this.setBtnEnable(this.doubleWinBtnNode.getChildByName('pt_11'), bol);
} }
} }

View File

@ -17220,8 +17220,8 @@
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": -486.721, "x": -485,
"y": -0.967, "y": 10,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {