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