MemR/game/project.pandemonium

49 lines
1003 B
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
_global_script_classes=[ {
"base": "Reference",
"class": @"GifReader",
"language": @"GDScript",
"path": "res://addons/gif-importer/GIFReader.gd"
} ]
_global_script_class_icons={
@"GifReader": ""
}
2022-12-08 14:44:56 +01:00
[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 13:20:14 +01:00
window/size/width=600
2022-12-10 11:49:21 +01:00
window/handheld/orientation="sensor"
2022-12-08 14:44:56 +01:00
[editor_plugins]
enabled=PoolStringArray( "res://addons/gif-importer/plugin.cfg" )
2022-12-08 14:44:56 +01:00
[physics]
common/enable_pause_aware_picking=true
[rendering]
vram_compression/import_etc=true
vram_compression/import_etc2=false
environment/default_environment="res://default_env.tres"