small racing game im working on
Diffstat (limited to 'cam.gd')
-rw-r--r--cam.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/cam.gd b/cam.gd
index fb16e2f..40b849c 100644
--- a/cam.gd
+++ b/cam.gd
@@ -11,6 +11,7 @@ func _ready():
reset()
far = 2000
near = .2
+ fov = Globals.cfg.get_value(SettingsSaver.GRAPHIC, "camera_fov")
func reset():
global_position = follow_this.global_position + (follow_this.global_transform.basis.z * target_distance)