Bump fast pan speed from 2 to 4

pull/171/head
tobspr 4 years ago
parent de33b38bbf
commit 32d169b7db

@ -903,7 +903,7 @@ export class Camera extends BasicSerializableObject {
let movementSpeed =
this.root.app.settings.getMovementSpeed() *
(actionMapper.getBinding(KEYMAPPINGS.navigation.mapMoveFaster).isCurrentlyPressed() ? 2 : 1);
(actionMapper.getBinding(KEYMAPPINGS.navigation.mapMoveFaster).isCurrentlyPressed() ? 4 : 1);
this.center.x += moveAmount * forceX * movementSpeed;
this.center.y += moveAmount * forceY * movementSpeed;

Loading…
Cancel
Save