From 45f79ed68a7b382a2038a4060e2f0cc522bf735d Mon Sep 17 00:00:00 2001 From: Ichicoro Date: Sun, 8 Jan 2023 10:54:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=80=20Remove=20gl=5Fcompatibility=20an?= =?UTF-8?q?d=20gitignore=20export=5Fpresets.cfg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + export_presets.cfg | 29 ----------------------------- project.godot | 1 - 3 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 export_presets.cfg diff --git a/.gitignore b/.gitignore index ce28c2c..ae2bfac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Godot 4+ specific ignores .godot/ +export_presets.cfg # Steffo's random assets folder available-assets/ diff --git a/export_presets.cfg b/export_presets.cfg deleted file mode 100644 index 0efe607..0000000 --- a/export_presets.cfg +++ /dev/null @@ -1,29 +0,0 @@ -[preset.0] - -name="Linux/X11" -platform="Linux/X11" -runnable=true -custom_features="" -export_filter="all_resources" -include_filter="" -exclude_filter="" -export_path="../../../Desktop/ld52/ld52_linux.x86_64" -encryption_include_filters="" -encryption_exclude_filters="" -encrypt_pck=false -encrypt_directory=false -script_export_mode=1 -script_encryption_key="" - -[preset.0.options] - -custom_template/debug="" -custom_template/release="" -debug/export_console_script=1 -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 -binary_format/architecture="x86_64" diff --git a/project.godot b/project.godot index 1b8b417..743911b 100644 --- a/project.godot +++ b/project.godot @@ -115,5 +115,4 @@ fire={ [rendering] -renderer/rendering_method="gl_compatibility" environment/defaults/default_clear_color=Color(0.231373, 0.490196, 0.309804, 1)