From bfdc979c4a406a600300555593fff189bc58cc07 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 27 Jun 2024 01:23:42 -0300 Subject: [PATCH] Add export preset stuff and gitignore --- .gitignore | 3 +++ export_presets.cfg | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1dd0c82..9abfd87 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ # VSCode Settings .vscode/ + +# Export folder +export/ diff --git a/export_presets.cfg b/export_presets.cfg index b00c94d..8b780f4 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -8,7 +8,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="export/android/Omnichord Godot.apk" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -214,7 +214,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="export/web/Omnichord Godot.html" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -252,7 +252,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="export/windows/Omnichord Godot.exe" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false