diff options
author | rom <romangraef@gmail.com> | 2021-04-25 16:39:14 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-25 16:39:14 +0200 |
commit | 07f2710a21a713f44d6f586602080ee9fbc1b179 (patch) | |
tree | 1af29dcf652cbb5d23f6e904fe231c1b46f64966 /export_presets.cfg | |
parent | 8ff102c632d39433c0a8d276e4bdacbca362dc51 (diff) | |
download | ldjam48-07f2710a21a713f44d6f586602080ee9fbc1b179.tar.gz ldjam48-07f2710a21a713f44d6f586602080ee9fbc1b179.tar.bz2 ldjam48-07f2710a21a713f44d6f586602080ee9fbc1b179.zip |
export
Diffstat (limited to 'export_presets.cfg')
-rw-r--r-- | export_presets.cfg | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/export_presets.cfg b/export_presets.cfg new file mode 100644 index 0000000..4a4da24 --- /dev/null +++ b/export_presets.cfg @@ -0,0 +1,25 @@ +[preset.0] + +name="Linux/X11" +platform="Linux/X11" +runnable=true +custom_features="" +export_filter="scenes" +export_files=PoolStringArray( "res://scenes/menu.tscn" ) +include_filter="" +exclude_filter="" +export_path="./build/Deeper but Lighter.x86_64" +script_export_mode=1 +script_encryption_key="" + +[preset.0.options] + +custom_template/debug="" +custom_template/release="" +binary_format/64_bits=true +binary_format/embed_pck=false +texture_format/bptc=false +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false +texture_format/no_bptc_fallbacks=true |