small racing game im working on
Diffstat (limited to 'cam.gd')
| -rw-r--r-- | cam.gd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |