diff --git a/assets/Game/scripts/game/BigWinUI.ts b/assets/Game/scripts/game/BigWinUI.ts index 428843c..d91e9d2 100644 --- a/assets/Game/scripts/game/BigWinUI.ts +++ b/assets/Game/scripts/game/BigWinUI.ts @@ -51,7 +51,7 @@ export class BigWinUI extends Component { isSkipByTouch: boolean = false; protected onLoad(): void { - this.show(600000, WIN_TYPE.SUPER_MEGA_WIN, 10000) + // this.show(600000, WIN_TYPE.SUPER_MEGA_WIN, 10000) } show(winScore: number, winType: WIN_TYPE, betAmount: number) {