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( )