diff options
Diffstat (limited to 'export_presets.cfg')
| -rw-r--r-- | export_presets.cfg | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/export_presets.cfg b/export_presets.cfg index 19202dd..27ae693 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -4,10 +4,9 @@ name="android" platform="Android" runnable=true custom_features="" -export_filter="scenes" -export_files=PoolStringArray( "res://main.tscn" ) +export_filter="all_resources" include_filter="" -exclude_filter="" +exclude_filter="*.png" export_path="build/surgery_log.apk" script_export_mode=1 script_encryption_key="" @@ -211,10 +210,9 @@ name="linux" platform="Linux/X11" runnable=true custom_features="" -export_filter="scenes" -export_files=PoolStringArray( "res://main.tscn" ) +export_filter="all_resources" include_filter="" -exclude_filter="" +exclude_filter="*.png" export_path="build/surgery_log.x64" script_export_mode=1 script_encryption_key="" @@ -237,10 +235,9 @@ name="windows" platform="Windows Desktop" runnable=true custom_features="" -export_filter="scenes" -export_files=PoolStringArray( "res://main.tscn" ) +export_filter="all_resources" include_filter="" -exclude_filter="" +exclude_filter="*.png" export_path="build/surgery_log.exe" script_export_mode=1 script_encryption_key="" |
