Skip to content

Commit

Permalink
Better camera controls (#430)
Browse files Browse the repository at this point in the history
* apply camera controls from GoogleFrog

* fight the stupid build system

* again for good measure
  • Loading branch information
gajop authored May 16, 2024
1 parent f70c0be commit cbded26
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions dist_cfg/springsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,14 @@
"LinkOutgoingBandwidth": 65536000,
"TextureMemPoolSize": 600,
"SpringDataRoot": "springboard/projects",
"CamSpringLockCardinalDirections": false
}
"CamSpringLockCardinalDirections": false,
"MiddleClickScrollSpeed": -0.0015,
"MouseDragScrollThreshold": 0,
"EdgeMoveDynamic": 0,
"EdgeMoveWidth": 0.003,
"OverheadMaxHeightFactor": 1.39999998,
"OverheadScrollSpeed": 50,
"ScrollWheelSpeed": -35,
"CamMode": 1
}

0 comments on commit cbded26

Please sign in to comment.