Minor tweaks

This commit is contained in:
Hamcha 2019-06-01 01:54:42 +02:00
parent 6e20ddfd52
commit 226d7cc5a0
Signed by: hamcha
GPG Key ID: A40413D21021EAEE
2 changed files with 62 additions and 1 deletions

View File

@ -15,7 +15,7 @@ script_encryption_key=""
[preset.0.options]
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
vram_texture_compression/for_mobile=true
html/custom_html_shell=""
html/head_include=""
custom_template/release=""
@ -275,3 +275,61 @@ html/custom_html_shell=""
html/head_include=""
custom_template/release=""
custom_template/debug=""
[preset.4]
name="Linux/X11"
platform="Linux/X11"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="C:/VC/mlpcardgame-out/mcg.x86_64"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
[preset.4.options]
texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
custom_template/release=""
custom_template/debug=""
[preset.5]
name="Windows Desktop"
platform="Windows Desktop"
runnable=false
custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter=""
export_path="C:/VC/mlpcardgame-out/mcg.exe"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
[preset.5.options]
texture_format/bptc=false
texture_format/s3tc=true
texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
custom_template/release=""
custom_template/debug=""
application/icon=""
application/file_version=""
application/product_version=""
application/company_name=""
application/product_name=""
application/file_description=""
application/copyright=""
application/trademarks=""

View File

@ -80,4 +80,7 @@ pan={
quality/driver/driver_name="GLES2"
vram_compression/import_etc=true
vram_compression/import_etc2=false
quality/reflections/texture_array_reflections=false
quality/reflections/high_quality_ggx=false
quality/depth/hdr=false
environment/default_environment="res://default_env.tres"