From 281cfc9354456ff61c6e809b7acd97cd29a888df Mon Sep 17 00:00:00 2001 From: TJH Date: Fri, 10 Oct 2025 12:43:39 +0800 Subject: [PATCH] 1 --- assets/Game/scripts/SlotScene.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }