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 13ae0e5..3c60abc 100644
--- a/cam.gd
+++ b/cam.gd
@@ -12,6 +12,7 @@ func _ready():
look_at(follow_this.global_position)
last_lookat = follow_this.global_position
far = 2000
+ near = .2
func target() -> Vector3:
var delta_v := global_position - follow_this.global_position