(#48) Increase the drag friction

pull/51/head
rexim 5 years ago
parent decd54cdbf
commit b31121d073

@ -10,7 +10,8 @@ type Config* = object
const defaultConfig* = Config( const defaultConfig* = Config(
scrollSpeed: 1.0, scrollSpeed: 1.0,
dragVelocityFactor: 10.0, dragVelocityFactor: 10.0,
dragFriction: 1.0, # TODO: For a natual feel dragFriction probably should depend on velocity
dragFriction: 600.0,
scaleFriction: 10.0, scaleFriction: 10.0,
fps: 60 fps: 60
) )

Loading…
Cancel
Save