Compare commits
No commits in common. "b6c8adc46fcb071dd580e5c70089298dc13ab002" and "410efe5308af3472080263b06723da549003e96d" have entirely different histories.
b6c8adc46f
...
410efe5308
File diff suppressed because it is too large
Load Diff
@ -206,7 +206,6 @@ export class SlotScene extends Component {
|
||||
let featureBuy = panel.getComponent(FeatureBuy)
|
||||
this.node.addChild(panel);
|
||||
featureBuy.show(this.slotBar.getBet(), this.gameInfo.BuyMul, () => {
|
||||
this.slotGame.setFeatureBuyInteractable(false)
|
||||
this.spinBtnClick(false, true);
|
||||
this.slotBar.featureBuySpin();
|
||||
});
|
||||
@ -457,6 +456,7 @@ export class SlotScene extends Component {
|
||||
}
|
||||
|
||||
allRollerStop() {
|
||||
|
||||
this.slotGame.setFastSpin(this.gameState.isFastSpin);
|
||||
this.checkHasGame();
|
||||
// this.TotalWin.show(35, () => {
|
||||
@ -475,7 +475,6 @@ export class SlotScene extends Component {
|
||||
if (isExpect) {
|
||||
this.slotGame.playScatterAni(() => {
|
||||
this.FreeSpinEnter.show(this.spinInfo.Data.FreeSpin.MaxCount, () => {
|
||||
this.slotGame.setFeatureBuyInteractable(true)
|
||||
AudioManager.instance.stopAllSFX()
|
||||
AudioManager.instance.playBGM('Free_Mode_BGM');
|
||||
this.slotGame.changeBg(true);
|
||||
@ -726,6 +725,7 @@ export class SlotScene extends Component {
|
||||
this.slotBar.setWin(this.spinData.AllScore);
|
||||
this.slotBar.setBalance(this.spinData.Balance);
|
||||
this.slotGame.changeBg(false);
|
||||
this.slotGame.playNextSprite()
|
||||
|
||||
this.checkAutoSpin(true, isReconnect);
|
||||
AudioManager.instance.playBGM('Normal_Mode_BGM');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user