From 6c8835831446456470c25a75bfbc70bb63e67ebb Mon Sep 17 00:00:00 2001 From: nek0 Date: Sun, 18 Dec 2022 17:17:24 +0100 Subject: [PATCH] add export presets to git --- .gitignore | 3 +-- src/export_presets.cfg | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 src/export_presets.cfg diff --git a/.gitignore b/.gitignore index 727e496..761bc62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # Godot-specific ignores .import/ export.cfg -export_presets.cfg -*.blend1 \ No newline at end of file +*.blend1 diff --git a/src/export_presets.cfg b/src/export_presets.cfg new file mode 100644 index 0000000..c76fef3 --- /dev/null +++ b/src/export_presets.cfg @@ -0,0 +1,24 @@ +[preset.0] + +name="Linux/X11" +platform="Linux/X11" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="" +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