bug
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m18s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m18s
This commit is contained in:
parent
1d6490fbd3
commit
7388a4812b
@ -141,12 +141,12 @@ export class SlotScene extends Component {
|
||||
this.isFreeSpin ? AudioManager.instance.playBGM("Free_Bg_Bgm") : AudioManager.instance.playBGM("Normal_Bg_Bgm");
|
||||
|
||||
|
||||
let score = 1000000
|
||||
let winType = this.checkWinType(score)
|
||||
NodePoolManager.instance.getNodeFromPoolDynamic("BigWin", "Prefab/BigWin", "Game").then((prefab: Node) => {
|
||||
this.node.addChild(prefab);
|
||||
prefab.getComponent(BigWin).open(winType, score, this.slotBar.getBet(), null, this.isFreeSpin);
|
||||
});
|
||||
// let score = 1000000
|
||||
// let winType = this.checkWinType(score)
|
||||
// NodePoolManager.instance.getNodeFromPoolDynamic("BigWin", "Prefab/BigWin", "Game").then((prefab: Node) => {
|
||||
// this.node.addChild(prefab);
|
||||
// prefab.getComponent(BigWin).open(winType, score, this.slotBar.getBet(), null, this.isFreeSpin);
|
||||
// });
|
||||
}
|
||||
|
||||
updateBg(isFreeSpin: boolean, isReconnect: boolean) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user