MemR/game/project.pandemonium

57 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-12-08 14:44:56 +01:00
; 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"
2022-12-10 13:22:10 +01:00
run/low_processor_mode=true
2022-12-08 14:44:56 +01:00
config/icon="res://icon.png"
2022-12-10 13:22:10 +01:00
config/quit_on_go_back=false
2022-12-10 11:49:21 +01:00
config/sort_folder=""
config/target_folder=""
[display]
2022-12-10 21:11:59 +01:00
window/size/width=900
window/size/height=1000
2022-12-11 11:32:22 +01:00
window/energy_saving/keep_screen_on=false
2022-12-10 11:49:21 +01:00
window/handheld/orientation="sensor"
2022-12-11 11:46:31 +01:00
window/stretch/shrink_override=false
window/stretch/shrink_override_value=1.0
2022-12-08 14:44:56 +01:00
[editor_plugins]
2022-12-10 19:26:44 +01:00
enabled=PoolStringArray( )
2022-12-08 14:44:56 +01:00
[physics]
common/enable_pause_aware_picking=true
[rendering]
2022-12-11 11:32:22 +01:00
quality/intended_usage/framebuffer_allocation=1
quality/intended_usage/framebuffer_allocation.mobile=1
2022-12-08 14:44:56 +01:00
vram_compression/import_etc=true
vram_compression/import_etc2=false
2022-12-10 19:32:10 +01:00
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
2022-12-08 14:44:56 +01:00
environment/default_environment="res://default_env.tres"