forked from p15670423/monkey
Map jiggle small-fix: wait less for map to stop moving
This commit is contained in:
parent
fb59531969
commit
4c8319669f
|
@ -45,7 +45,7 @@ export const basic_options = {
|
||||||
springLength: 100,
|
springLength: 100,
|
||||||
springConstant: 0.025
|
springConstant: 0.025
|
||||||
},
|
},
|
||||||
minVelocity: 0.3,
|
minVelocity: 0.7,
|
||||||
maxVelocity: 25
|
maxVelocity: 25
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue