From 3064eea720b752897992b2b5144e70548973caab Mon Sep 17 00:00:00 2001 From: TJH Date: Fri, 26 Dec 2025 15:15:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E9=80=9F=E6=A8=A1=E5=BC=8F=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E5=85=88=E4=B8=8A=E5=90=8E=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Game/scripts/game/BaseRoller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/Game/scripts/game/BaseRoller.ts b/assets/Game/scripts/game/BaseRoller.ts index 9749bd9..5f4f87c 100644 --- a/assets/Game/scripts/game/BaseRoller.ts +++ b/assets/Game/scripts/game/BaseRoller.ts @@ -340,7 +340,7 @@ export abstract class BaseRoller extends Component { getInitialSpeedData(): number[][] { return this._info.isFastSpin ? [ - // [0.1, -1000], + [0.1, -1000], [0.1, 0], [0.1, 4000] ] :