From b81a581fd2dce82c9b927a69ce342582179a9641 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 4 Dec 2023 20:41:31 +0000 Subject: [PATCH] alpha8 --- .gitignore | 1 + export_presets.cfg | 17 +++++++++++------ project.godot | 4 ---- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index ecbb5c7..3717e48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Godot 4+ specific ignores .godot/ bin/ +android/ diff --git a/export_presets.cfg b/export_presets.cfg index 61f890f..bda6e8e 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -34,14 +34,14 @@ package/signed=true package/app_category=2 package/retain_data_on_uninstall=false package/exclude_from_recents=false +package/show_in_android_tv=false +package/show_in_app_library=true +package/show_as_launcher_app=false launcher_icons/main_192x192="" launcher_icons/adaptive_foreground_432x432="" launcher_icons/adaptive_background_432x432="" graphics/opengl_debug=false xr_features/xr_mode=0 -xr_features/hand_tracking=0 -xr_features/hand_tracking_frequency=0 -xr_features/passthrough=0 screen/immersive_mode=true screen/support_small=true screen/support_normal=true @@ -199,6 +199,9 @@ permissions/write_sms=false permissions/write_social_stream=false permissions/write_sync_settings=false permissions/write_user_dictionary=false +xr_features/hand_tracking=0 +xr_features/hand_tracking_frequency=0 +xr_features/passthrough=0 [preset.1] @@ -210,7 +213,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="bin/alpha6.x86_64" +export_path="bin/alpha8.x86_64" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -250,7 +253,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="bin/alpha8_macos.zip" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -265,7 +268,7 @@ custom_template/release="" debug/export_console_wrapper=1 application/icon="" application/icon_interpolation=4 -application/bundle_identifier="" +application/bundle_identifier="uk.co.jhodges" application/signature="" application/app_category="Games" application/short_version="1.0" @@ -273,6 +276,7 @@ application/version="1.0" application/copyright="" application/copyright_localized={} application/min_macos_version="10.12" +application/export_angle=0 display/high_res=true xcode/platform_build="14C18" xcode/sdk_version="13.1" @@ -306,6 +310,7 @@ codesign/entitlements/app_sandbox/files_downloads=0 codesign/entitlements/app_sandbox/files_pictures=0 codesign/entitlements/app_sandbox/files_music=0 codesign/entitlements/app_sandbox/files_movies=0 +codesign/entitlements/app_sandbox/files_user_selected=0 codesign/entitlements/app_sandbox/helper_executables=[] codesign/custom_options=PackedStringArray() notarization/notarization=0 diff --git a/project.godot b/project.godot index d446b22..140d73c 100644 --- a/project.godot +++ b/project.godot @@ -64,7 +64,3 @@ escape={ 2d/default_gravity=0.0 2d/default_linear_damp=0.0 2d/default_angular_damp=0.0 - -[rendering] - -renderer/rendering_method="gl_compatibility"