From b5d29aab55fafa0c591bda912e34bbca1169d860 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Thu, 11 Jun 2026 22:32:24 -0500 Subject: [PATCH] Bike Shed Camera --- overworld/camera/OverworldCamera.gd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overworld/camera/OverworldCamera.gd b/overworld/camera/OverworldCamera.gd index f125d1d..4b368d5 100644 --- a/overworld/camera/OverworldCamera.gd +++ b/overworld/camera/OverworldCamera.gd @@ -24,8 +24,8 @@ const COLLISION_MARGIN:float = 0 @export_category("Auto-center") @export var centeredDelay:float = 1.0 @export var centeredFollowRate:float = 0.75 -@export var centeredMaxFollowRate:float = 1.5 -@export var centeredAcceleration:float = 360.0 +@export var centeredMaxFollowRate:float = 3.0 +@export var centeredAcceleration:float = 180.0 @export var centeredMaxYawDiff:float = 120.0 @export var centeredPitch:float = 30.0