Add export preset stuff and gitignore

This commit is contained in:
Isaac Shoebottom 2024-06-27 01:23:42 -03:00
parent 97e08341e7
commit bfdc979c4a
2 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@ -3,3 +3,6 @@
# VSCode Settings
.vscode/
# Export folder
export/

View File

@ -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