60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
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=5
|
|
|
|
[application]
|
|
|
|
config/name="uarep-ctl"
|
|
run/main_scene="res://Control.tscn"
|
|
config/features=PackedStringArray("4.0")
|
|
run/low_processor_mode=true
|
|
boot_splash/show_image=false
|
|
boot_splash/fullsize=false
|
|
boot_splash/use_filter=false
|
|
config/icon="res://data/icon.png"
|
|
run/delta_sync_after_draw=true
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1600
|
|
window/size/viewport_height=1200
|
|
window/size/resizable=false
|
|
window/size/borderless=true
|
|
window/vsync/vsync_mode=false
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray()
|
|
|
|
[gui]
|
|
|
|
common/text_edit_undo_stack_max_size=10
|
|
theme/custom_font="res://data/main-font.tres"
|
|
common/drop_mouse_on_gui_input_disabled=true
|
|
|
|
[input_devices]
|
|
|
|
buffering/agile_event_flushing=true
|
|
|
|
[logging]
|
|
|
|
file_logging/enable_file_logging=true
|
|
|
|
[physics]
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
environment/defaults/default_environment="res://default_env.tres"
|
|
quality/driver/fallback_to_gles2=true
|
|
quality/intended_usage/framebuffer_allocation.mobile=2
|
|
quality/filters/msaa=1
|