mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-01-19 20:25:01 +00:00
slow down speed and multiplier ramp
This commit is contained in:
parent
9e2724799c
commit
b3eed9b162
|
|
@ -14,9 +14,9 @@ enum Controls {
|
|||
down = "down",
|
||||
}
|
||||
|
||||
const BASE_SPEED = 100; // units per second
|
||||
const BASE_SPEED = 80; // units per second
|
||||
const MIN_SPEED_ADJUSTMENT = 0.05;
|
||||
const MAX_SPEED_ADJUSTMENT = 1;
|
||||
const MAX_SPEED_ADJUSTMENT = 0.5;
|
||||
|
||||
function CameraMovement() {
|
||||
const { speedMultiplier, setSpeedMultiplier } = useSettings();
|
||||
|
|
|
|||
Loading…
Reference in a new issue