Increase view distance of player
This commit is contained in:
parent
2b809f9894
commit
b3c7cf25bc
@ -17,6 +17,7 @@ body_nodepath = NodePath("Body")
|
|||||||
[node name="Camera" type="Camera" parent="Body"]
|
[node name="Camera" type="Camera" parent="Body"]
|
||||||
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0 )
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0 )
|
||||||
current = true
|
current = true
|
||||||
|
far = 500.0
|
||||||
|
|
||||||
[node name="LookingAt" type="RayCast" parent="Body/Camera"]
|
[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 )
|
transform = Transform( -1, 0, -8.74228e-08, 0, 1, 0, 8.74228e-08, 0, -1, 0, 0, 0 )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user