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] ] :