mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-05 07:20:07 +01:00
Use an higher FOV value in demos
A vertical FOV of 74 degrees is roughly equivalent to a 90 degree horizontal FOV on a 4:3 display (~106.26 degrees on 16:9), which is the typical default FOV used in PC games.
This commit is contained in:
@@ -57,7 +57,7 @@ v_offset = 0.0
|
||||
doppler_tracking = 0
|
||||
projection = 0
|
||||
current = false
|
||||
fov = 60.0
|
||||
fov = 74.0
|
||||
size = 1.0
|
||||
near = 0.1
|
||||
far = 100.0
|
||||
@@ -189,5 +189,3 @@ align = 1
|
||||
[connection signal="pressed" from="pause" to="." method="_on_pause_pressed"]
|
||||
|
||||
[connection signal="pressed" from="pause_popup/unpause" to="." method="_on_unpause_pressed"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user