49 lines
1019 B
Plaintext
49 lines
1019 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
|
|
|
|
_global_script_classes=[ ]
|
|
_global_script_class_icons={
|
|
}
|
|
|
|
[application]
|
|
|
|
config/name="ftrscene"
|
|
run/main_scene="res://main.tscn"
|
|
config/icon="res://icon.png"
|
|
|
|
[audio]
|
|
|
|
driver=""
|
|
enable_audio_input=true
|
|
|
|
[display]
|
|
|
|
window/size/width=720
|
|
window/size/height=576
|
|
window/size/resizable=false
|
|
|
|
[physics]
|
|
|
|
common/physics_fps=100
|
|
|
|
[rendering]
|
|
|
|
quality/driver/driver_name="GLES2"
|
|
quality/driver/fallback_to_gles2=true
|
|
threads/thread_model=2
|
|
threads/thread_safe_bvh=true
|
|
quality/directional_shadow/size=2048
|
|
quality/shadow_atlas/size=2048
|
|
quality/shadows/filter_mode=0
|
|
quality/reflections/texture_array_reflections=false
|
|
quality/shading/force_lambert_over_burley=true
|
|
quality/shading/force_blinn_over_ggx=true
|
|
environment/default_environment="res://default_env.tres"
|