diff --git a/assets/Game/scripts/SlotScene.ts b/assets/Game/scripts/SlotScene.ts index 8c11dc9..c621183 100644 --- a/assets/Game/scripts/SlotScene.ts +++ b/assets/Game/scripts/SlotScene.ts @@ -102,7 +102,7 @@ export class SlotScene extends Component { async start() { await this.init(); - this.TotalWin.show(505000) + // this.TotalWin.show(505000) // this.BigWinUI.show(200000, WIN_TYPE.BIG_WIN, 10000) }