39 lines
1,003 B
Text
39 lines
1,003 B
Text
; Engine configuration file.
|
|
; It's best edited using the editor UI and not directly,
|
|
; since the parameters that go here are not all obvious.
|
|
;
|
|
; Format:
|
|
; [section] ; section goes between []
|
|
; param=value ; assign values to parameters
|
|
|
|
config_version=5
|
|
|
|
[application]
|
|
|
|
config/name="you_done_it"
|
|
run/main_scene="uid://b5m5h30gog3pu"
|
|
config/features=PackedStringArray("4.5", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1440
|
|
window/size/viewport_height=1600
|
|
window/ios/allow_high_refresh_rate=false
|
|
|
|
[rendering]
|
|
|
|
environment/ssao/quality=1
|
|
environment/ssao/half_size=false
|
|
anti_aliasing/quality/msaa_3d=1
|
|
environment/defaults/default_clear_color=Color(0.21948597, 0.33354625, 0.5898078, 1)
|
|
anti_aliasing/quality/use_debanding=true
|
|
lights_and_shadows/positional_shadow/atlas_quadrant_0_subdiv=1
|
|
lights_and_shadows/positional_shadow/atlas_quadrant_1_subdiv=3
|
|
|
|
[xr]
|
|
|
|
openxr/enabled=true
|
|
openxr/foveation_level=1
|
|
openxr/foveation_dynamic=true
|
|
shaders/enabled=true
|