快速模式滚动先上后下
This commit is contained in:
parent
63eb22ac04
commit
f129fe68bd
@ -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]
|
||||||
] :
|
] :
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user