快速模式滚动先上后下

This commit is contained in:
TJH 2025-12-26 15:15:23 +08:00
parent 63eb22ac04
commit f129fe68bd

View File

@ -340,7 +340,7 @@ export abstract class BaseRoller extends Component {
getInitialSpeedData(): number[][] { getInitialSpeedData(): number[][] {
return this._info.isFastSpin ? return this._info.isFastSpin ?
[ [
// [0.1, -1000], [0.1, -1000],
[0.1, 0], [0.1, 0],
[0.1, 4000] [0.1, 4000]
] : ] :