online multiplayer chess game (note server currently down)
Diffstat (limited to 'export_presets.cfg')
| -rw-r--r-- | export_presets.cfg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/export_presets.cfg b/export_presets.cfg new file mode 100644 index 0000000..4e6aeaf --- /dev/null +++ b/export_presets.cfg @@ -0,0 +1,32 @@ +[preset.0] + +name="Mac OSX" +platform="Mac OSX" +runnable=true +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="../mosx.zip" +script_export_mode=1 +script_encryption_key="" + +[preset.0.options] + +custom_template/debug="" +custom_template/release="" +application/name="chess" +application/info="proudly made by chess(bendn)" +application/icon="res://icon.png" +application/identifier="bendn.chess" +application/signature="" +application/app_category="Games" +application/short_version="1.0" +application/version="1.102932084.912892.928192.928912" +application/copyright="mit" +display/high_res=false +privacy/camera_usage_description="" +privacy/microphone_usage_description="" +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false |