Reduced free camera return time

This commit is contained in:
Rob Kelly 2024-11-02 09:30:45 -06:00
parent 0a5f3de62a
commit 2065d7d832
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const ZOOM_MAX := 12.0
const ARROW_ACCELERATION := 8.0
const FREE_CAM_RETURN_TIME := 1.0
const FREE_CAM_RETURN_TIME := 0.618
@export var control_disabled := false