Skip to content

Commit cbded26

Browse files
authored
Better camera controls (#430)
* apply camera controls from GoogleFrog * fight the stupid build system * again for good measure
1 parent f70c0be commit cbded26

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

dist_cfg/springsettings.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,14 @@
77
"LinkOutgoingBandwidth": 65536000,
88
"TextureMemPoolSize": 600,
99
"SpringDataRoot": "springboard/projects",
10-
"CamSpringLockCardinalDirections": false
11-
}
10+
"CamSpringLockCardinalDirections": false,
11+
"MiddleClickScrollSpeed": -0.0015,
12+
"MouseDragScrollThreshold": 0,
13+
"EdgeMoveDynamic": 0,
14+
"EdgeMoveWidth": 0.003,
15+
"OverheadMaxHeightFactor": 1.39999998,
16+
"OverheadScrollSpeed": 50,
17+
"ScrollWheelSpeed": -35,
18+
"CamMode": 1
19+
}
20+

0 commit comments

Comments
 (0)