mirror of
https://github.com/Relintai/MemR.git
synced 2024-11-12 10:25:05 +01:00
55 lines
1.4 KiB
Plaintext
55 lines
1.4 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=4
|
|
|
|
[application]
|
|
|
|
config/name="MemR"
|
|
run/main_scene="res://Main.tscn"
|
|
run/low_processor_mode=true
|
|
config/icon="res://icon.png"
|
|
config/quit_on_go_back=false
|
|
config/sort_folder=""
|
|
config/target_folder=""
|
|
|
|
[display]
|
|
|
|
window/size/width=900
|
|
window/size/height=1000
|
|
window/dpi/allow_hidpi=true
|
|
window/handheld/orientation="sensor"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PoolStringArray( )
|
|
|
|
[physics]
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
[rendering]
|
|
|
|
quality/intended_usage/framebuffer_allocation=0
|
|
quality/intended_usage/framebuffer_allocation.mobile=0
|
|
vram_compression/import_etc=true
|
|
vram_compression/import_etc2=false
|
|
quality/directional_shadow/size=256
|
|
quality/directional_shadow/size.mobile=256
|
|
quality/shadow_atlas/size=256
|
|
quality/shadow_atlas/size.mobile=256
|
|
quality/shadow_atlas/cubemap_size=64
|
|
quality/shadow_atlas/quadrant_0_subdiv=0
|
|
quality/shadow_atlas/quadrant_1_subdiv=0
|
|
quality/shadow_atlas/quadrant_2_subdiv=0
|
|
quality/shadow_atlas/quadrant_3_subdiv=0
|
|
quality/shadows/filter_mode=0
|
|
quality/reflections/texture_array_reflections=false
|
|
quality/reflections/high_quality_ggx=false
|
|
environment/default_environment="res://default_env.tres"
|