fixed focus distance

This commit is contained in:
derek
2024-08-07 11:00:58 -05:00
parent 5cffedfa4f
commit 795e1ae7f6
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ fov = 13.6855
target_position = Vector3(0, 0, -1)
[node name="Timer" type="Timer" parent="."]
wait_time = 0.5
wait_time = 0.4
one_shot = true
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]