From 470c75b999dc55f7d211fdd4f190f197eec47ab2 Mon Sep 17 00:00:00 2001 From: TJH Date: Mon, 13 Oct 2025 11:15:43 +0800 Subject: [PATCH] 1 --- assets/Game/scripts/game/BigWinUI.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {