57 lines
1.2 KiB
Plaintext
57 lines
1.2 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="Flat White"
|
|
run/main_scene="res://mainmenu.tscn"
|
|
config/icon="res://Flat_white_icon.png"
|
|
|
|
[autoload]
|
|
|
|
math="*res://math.gd"
|
|
Global="*res://Global.gd"
|
|
|
|
[display]
|
|
|
|
window/size/width=600
|
|
window/size/height=480
|
|
window/stretch/mode="2d"
|
|
window/stretch/aspect="keep"
|
|
window/stretch/shrink="1"
|
|
|
|
[importer_defaults]
|
|
|
|
texture={
|
|
"compress/hdr_mode": 0,
|
|
"compress/lossy_quality": 0.7,
|
|
"compress/mode": 0,
|
|
"compress/normal_map": 0,
|
|
"detect_3d": false,
|
|
"flags/anisotropic": false,
|
|
"flags/filter": false,
|
|
"flags/mipmaps": false,
|
|
"flags/repeat": 0,
|
|
"flags/srgb": 2,
|
|
"process/HDR_as_SRGB": false,
|
|
"process/fix_alpha_border": true,
|
|
"process/premult_alpha": false,
|
|
"size_limit": 0,
|
|
"stream": false,
|
|
"svg/scale": 1.0
|
|
}
|
|
|
|
[rendering]
|
|
|
|
2d/snapping/use_gpu_pixel_snap=true
|
|
environment/default_clear_color=Color( 0.4375, 0.435791, 0.435791, 1 )
|
|
environment/default_environment="res://default_env.tres"
|
|
quality/2d/use_pixel_snap=true
|