Files
bust/project.godot
T
2021-09-29 23:52:39 +02:00

38 lines
715 B
Plaintext

; 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=4
[application]
config/name="bust"
run/main_scene="res://main.tscn"
boot_splash/image="res://splash.png"
[compression]
formats/zstd/compression_level=8
[display]
window/size/width=1920
window/size/height=1080
window/size/fullscreen=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
threads/thread_model=2
quality/shadows/filter_mode=2
quality/filters/anisotropic_filter_level=16
quality/filters/msaa=4
quality/filters/use_fxaa=true