diff --git a/tools/export_presets.cfg.example b/tools/export_presets.cfg.example index e6d343b..f1cb080 100644 --- a/tools/export_presets.cfg.example +++ b/tools/export_presets.cfg.example @@ -29,24 +29,29 @@ keystore/release_user="" keystore/release_password="" one_click_deploy/clear_previous_install=false version/code=2 -version/name="0.3.2" +version/name="1.1" +version/min_sdk=19 +version/target_sdk=30 package/unique_name="net.relintai.$genname" -package/name="Broken Seals" +package/name="The Tower" package/signed=true +package/classify_as_game=true +package/retain_data_on_uninstall=false +package/exclude_from_recents=false launcher_icons/main_192x192="res://icon.png" launcher_icons/adaptive_foreground_432x432="res://icon.png" launcher_icons/adaptive_background_432x432="res://icon.png" -graphics/32_bits_framebuffer=true graphics/opengl_debug=false xr_features/xr_mode=0 -xr_features/degrees_of_freedom=0 xr_features/hand_tracking=0 -xr_features/focus_awareness=false +xr_features/hand_tracking_frequency=0 +xr_features/passthrough=0 screen/immersive_mode=true screen/support_small=true screen/support_normal=true screen/support_large=true screen/support_xlarge=true +user_data_backup/allow=false command_line/extra_args="" apk_expansion/enable=false apk_expansion/SALT="" @@ -220,7 +225,7 @@ binary_format/embed_pck=false texture_format/bptc=false texture_format/s3tc=true texture_format/etc=false -texture_format/etc2=false +texture_format/etc2=true texture_format/no_bptc_fallbacks=true [preset.2] @@ -243,10 +248,20 @@ custom_template/release="../engine/bin/godot.javascript.opt.debug.zip" variant/export_type=0 vram_texture_compression/for_desktop=true vram_texture_compression/for_mobile=true +html/export_icon=true html/custom_html_shell="" html/head_include="" html/canvas_resize_policy=2 +html/focus_canvas_on_start=true html/experimental_virtual_keyboard=false +progressive_web_app/enabled=false +progressive_web_app/offline_page="" +progressive_web_app/display=1 +progressive_web_app/orientation=0 +progressive_web_app/icon_144x144="" +progressive_web_app/icon_180x180="" +progressive_web_app/icon_512x512="" +progressive_web_app/background_color=Color( 0, 0, 0, 1 ) [preset.3] @@ -270,9 +285,10 @@ binary_format/embed_pck=false texture_format/bptc=false texture_format/s3tc=true texture_format/etc=false -texture_format/etc2=false +texture_format/etc2=true texture_format/no_bptc_fallbacks=true codesign/enable=false +codesign/identity_type=0 codesign/identity="" codesign/password="" codesign/timestamp=true @@ -281,12 +297,12 @@ codesign/digest_algorithm=1 codesign/description="" codesign/custom_options=PoolStringArray( ) application/icon="" -application/file_version="" -application/product_version="" -application/company_name="" -application/product_name="" +application/file_version="1.1" +application/product_version="1.1" +application/company_name="Relintai" +application/product_name="The Tower" application/file_description="" -application/copyright="" +application/copyright="Relintai" application/trademarks="" [preset.4] @@ -320,24 +336,29 @@ keystore/release_user="" keystore/release_password="" one_click_deploy/clear_previous_install=false version/code=2 -version/name="0.3.2" +version/name="1.1" +version/min_sdk=19 +version/target_sdk=30 package/unique_name="net.relintai.$genname" -package/name="Broken Seals" +package/name="The Tower" package/signed=true +package/classify_as_game=true +package/retain_data_on_uninstall=false +package/exclude_from_recents=false launcher_icons/main_192x192="res://icon.png" launcher_icons/adaptive_foreground_432x432="res://icon.png" launcher_icons/adaptive_background_432x432="res://icon.png" -graphics/32_bits_framebuffer=true graphics/opengl_debug=false xr_features/xr_mode=0 -xr_features/degrees_of_freedom=0 xr_features/hand_tracking=0 -xr_features/focus_awareness=false +xr_features/hand_tracking_frequency=0 +xr_features/passthrough=0 screen/immersive_mode=true screen/support_small=true screen/support_normal=true screen/support_large=true screen/support_xlarge=true +user_data_backup/allow=false command_line/extra_args="" apk_expansion/enable=false apk_expansion/SALT="" @@ -511,7 +532,7 @@ binary_format/embed_pck=false texture_format/bptc=false texture_format/s3tc=true texture_format/etc=false -texture_format/etc2=false +texture_format/etc2=true texture_format/no_bptc_fallbacks=true [preset.6] @@ -527,20 +548,19 @@ export_path="" script_export_mode=1 script_encryption_key="" - [preset.6.options] custom_template/debug="../engine/bin/osx.zip" custom_template/release="../engine/bin/osx.zip" -application/name="Broken Seals" +application/name="The Tower" application/info="Made with Godot Engine" application/icon="" application/identifier="net.relintai.thetower" application/signature="" -application/app_category="Role-playing-games" -application/short_version="1.0" -application/version="1.0" -application/copyright="" +application/app_category="Arcade-games" +application/short_version="1.1" +application/version="1.1" +application/copyright="Relintai" display/high_res=false privacy/microphone_usage_description="" privacy/camera_usage_description="" @@ -587,4 +607,4 @@ notarization/apple_id_password="" notarization/apple_team_id="" texture_format/s3tc=true texture_format/etc=false -texture_format/etc2=false \ No newline at end of file +texture_format/etc2=true