Increase view distance of player

This commit is contained in:
karl 2019-11-18 17:18:02 +01:00
parent 2b809f9894
commit b3c7cf25bc

View File

@ -17,6 +17,7 @@ body_nodepath = NodePath("Body")
[node name="Camera" type="Camera" parent="Body"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0 )
current = true
far = 500.0
[node name="LookingAt" type="RayCast" parent="Body/Camera"]
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0 )