alpha8
This commit is contained in:
parent
20a92b40d9
commit
b81a581fd2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
# Godot 4+ specific ignores
|
# Godot 4+ specific ignores
|
||||||
.godot/
|
.godot/
|
||||||
bin/
|
bin/
|
||||||
|
android/
|
||||||
|
@ -34,14 +34,14 @@ package/signed=true
|
|||||||
package/app_category=2
|
package/app_category=2
|
||||||
package/retain_data_on_uninstall=false
|
package/retain_data_on_uninstall=false
|
||||||
package/exclude_from_recents=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/main_192x192=""
|
||||||
launcher_icons/adaptive_foreground_432x432=""
|
launcher_icons/adaptive_foreground_432x432=""
|
||||||
launcher_icons/adaptive_background_432x432=""
|
launcher_icons/adaptive_background_432x432=""
|
||||||
graphics/opengl_debug=false
|
graphics/opengl_debug=false
|
||||||
xr_features/xr_mode=0
|
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/immersive_mode=true
|
||||||
screen/support_small=true
|
screen/support_small=true
|
||||||
screen/support_normal=true
|
screen/support_normal=true
|
||||||
@ -199,6 +199,9 @@ permissions/write_sms=false
|
|||||||
permissions/write_social_stream=false
|
permissions/write_social_stream=false
|
||||||
permissions/write_sync_settings=false
|
permissions/write_sync_settings=false
|
||||||
permissions/write_user_dictionary=false
|
permissions/write_user_dictionary=false
|
||||||
|
xr_features/hand_tracking=0
|
||||||
|
xr_features/hand_tracking_frequency=0
|
||||||
|
xr_features/passthrough=0
|
||||||
|
|
||||||
[preset.1]
|
[preset.1]
|
||||||
|
|
||||||
@ -210,7 +213,7 @@ custom_features=""
|
|||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path="bin/alpha6.x86_64"
|
export_path="bin/alpha8.x86_64"
|
||||||
encryption_include_filters=""
|
encryption_include_filters=""
|
||||||
encryption_exclude_filters=""
|
encryption_exclude_filters=""
|
||||||
encrypt_pck=false
|
encrypt_pck=false
|
||||||
@ -250,7 +253,7 @@ custom_features=""
|
|||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path=""
|
export_path="bin/alpha8_macos.zip"
|
||||||
encryption_include_filters=""
|
encryption_include_filters=""
|
||||||
encryption_exclude_filters=""
|
encryption_exclude_filters=""
|
||||||
encrypt_pck=false
|
encrypt_pck=false
|
||||||
@ -265,7 +268,7 @@ custom_template/release=""
|
|||||||
debug/export_console_wrapper=1
|
debug/export_console_wrapper=1
|
||||||
application/icon=""
|
application/icon=""
|
||||||
application/icon_interpolation=4
|
application/icon_interpolation=4
|
||||||
application/bundle_identifier=""
|
application/bundle_identifier="uk.co.jhodges"
|
||||||
application/signature=""
|
application/signature=""
|
||||||
application/app_category="Games"
|
application/app_category="Games"
|
||||||
application/short_version="1.0"
|
application/short_version="1.0"
|
||||||
@ -273,6 +276,7 @@ application/version="1.0"
|
|||||||
application/copyright=""
|
application/copyright=""
|
||||||
application/copyright_localized={}
|
application/copyright_localized={}
|
||||||
application/min_macos_version="10.12"
|
application/min_macos_version="10.12"
|
||||||
|
application/export_angle=0
|
||||||
display/high_res=true
|
display/high_res=true
|
||||||
xcode/platform_build="14C18"
|
xcode/platform_build="14C18"
|
||||||
xcode/sdk_version="13.1"
|
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_pictures=0
|
||||||
codesign/entitlements/app_sandbox/files_music=0
|
codesign/entitlements/app_sandbox/files_music=0
|
||||||
codesign/entitlements/app_sandbox/files_movies=0
|
codesign/entitlements/app_sandbox/files_movies=0
|
||||||
|
codesign/entitlements/app_sandbox/files_user_selected=0
|
||||||
codesign/entitlements/app_sandbox/helper_executables=[]
|
codesign/entitlements/app_sandbox/helper_executables=[]
|
||||||
codesign/custom_options=PackedStringArray()
|
codesign/custom_options=PackedStringArray()
|
||||||
notarization/notarization=0
|
notarization/notarization=0
|
||||||
|
@ -64,7 +64,3 @@ escape={
|
|||||||
2d/default_gravity=0.0
|
2d/default_gravity=0.0
|
||||||
2d/default_linear_damp=0.0
|
2d/default_linear_damp=0.0
|
||||||
2d/default_angular_damp=0.0
|
2d/default_angular_damp=0.0
|
||||||
|
|
||||||
[rendering]
|
|
||||||
|
|
||||||
renderer/rendering_method="gl_compatibility"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user