generated from krampus/template-godot4
Reduced free camera return time
This commit is contained in:
parent
0a5f3de62a
commit
2065d7d832
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue