chore: adjusted default graphics settings
This commit is contained in:
parent
6b7ca195ee
commit
b426693f3c
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ config/icon="res://icon.svg"
|
||||||
|
|
||||||
[display]
|
[display]
|
||||||
|
|
||||||
|
window/size/viewport_width=1920
|
||||||
|
window/size/viewport_height=1080
|
||||||
window/size/mode=3
|
window/size/mode=3
|
||||||
|
|
||||||
[editor]
|
[editor]
|
||||||
|
|
@ -109,4 +111,7 @@ lights_and_shadows/directional_shadow/size=8192
|
||||||
lights_and_shadows/directional_shadow/soft_shadow_filter_quality=4
|
lights_and_shadows/directional_shadow/soft_shadow_filter_quality=4
|
||||||
lights_and_shadows/positional_shadow/soft_shadow_filter_quality=5
|
lights_and_shadows/positional_shadow/soft_shadow_filter_quality=5
|
||||||
global_illumination/voxel_gi/quality=1
|
global_illumination/voxel_gi/quality=1
|
||||||
|
anti_aliasing/quality/msaa_2d=1
|
||||||
|
anti_aliasing/quality/msaa_3d=2
|
||||||
|
anti_aliasing/quality/use_debanding=true
|
||||||
lights_and_shadows/positional_shadow/atlas_size=8192
|
lights_and_shadows/positional_shadow/atlas_size=8192
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue