From 495efc4291198313a0b02ebf04cf84cb0d3f6abb Mon Sep 17 00:00:00 2001 From: blinry Date: Fri, 30 Oct 2020 19:20:53 +0100 Subject: [PATCH] Export resources/ directory on all platforms --- export_presets.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/export_presets.cfg b/export_presets.cfg index db302ce..902fc49 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -31,7 +31,7 @@ platform="Mac OSX" runnable=true custom_features="" export_filter="all_resources" -include_filter="levels/*, scripts/*" +include_filter="levels/*, scripts/*, resources/*" exclude_filter="dependencies/*, cache/*" export_path="" patch_list=PoolStringArray( ) @@ -64,7 +64,7 @@ platform="Windows Desktop" runnable=true custom_features="" export_filter="all_resources" -include_filter="levels/*, scripts/*" +include_filter="levels/*, scripts/*, resources/*" exclude_filter="dependencies/*, cache/*" export_path="" patch_list=PoolStringArray( ) @@ -106,7 +106,7 @@ platform="HTML5" runnable=true custom_features="" export_filter="all_resources" -include_filter="levels/*, scripts/*" +include_filter="levels/*, scripts/*, resources/*" exclude_filter="dependencies/*, cache/*" export_path="" patch_list=PoolStringArray( )