Migrate to godot 4.4.1-rc1
We need to at least migrate to 4.4.1-rc1, as this includes a fix for a regression in 4.4.0, which broke android sharing[0]. [0] https://github.com/godotengine/godot/pull/103733
This commit is contained in:
parent
529dee2577
commit
e7c269141c
|
@ -0,0 +1 @@
|
|||
uid://bjt60u6r1hqf7
|
|
@ -0,0 +1 @@
|
|||
uid://dpagp150p4gxb
|
|
@ -0,0 +1 @@
|
|||
uid://bceenkk1hoqml
|
|
@ -0,0 +1 @@
|
|||
uid://cswnldhb4jgfx
|
|
@ -10,8 +10,10 @@ export_filter="all_resources"
|
|||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="export/android/cwgenerator.apk"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
seed=0
|
||||
encrypt_pck=false
|
||||
encrypt_directory=false
|
||||
script_export_mode=2
|
||||
|
@ -45,8 +47,10 @@ package/show_as_launcher_app=false
|
|||
launcher_icons/main_192x192=""
|
||||
launcher_icons/adaptive_foreground_432x432=""
|
||||
launcher_icons/adaptive_background_432x432=""
|
||||
launcher_icons/adaptive_monochrome_432x432=""
|
||||
graphics/opengl_debug=false
|
||||
xr_features/xr_mode=0
|
||||
gesture/swipe_to_dismiss=false
|
||||
screen/immersive_mode=false
|
||||
screen/support_small=true
|
||||
screen/support_normal=true
|
||||
|
@ -62,6 +66,7 @@ permissions/access_checkin_properties=false
|
|||
permissions/access_coarse_location=false
|
||||
permissions/access_fine_location=false
|
||||
permissions/access_location_extra_commands=false
|
||||
permissions/access_media_location=false
|
||||
permissions/access_mock_location=false
|
||||
permissions/access_network_state=false
|
||||
permissions/access_surface_flinger=false
|
||||
|
@ -149,6 +154,10 @@ permissions/read_frame_buffer=false
|
|||
permissions/read_history_bookmarks=false
|
||||
permissions/read_input_state=false
|
||||
permissions/read_logs=false
|
||||
permissions/read_media_audio=false
|
||||
permissions/read_media_images=false
|
||||
permissions/read_media_video=false
|
||||
permissions/read_media_visual_user_selected=false
|
||||
permissions/read_phone_state=false
|
||||
permissions/read_profile=false
|
||||
permissions/read_sms=false
|
||||
|
@ -218,8 +227,10 @@ export_filter="all_resources"
|
|||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="export/web/index.html"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
seed=0
|
||||
encrypt_pck=false
|
||||
encrypt_directory=false
|
||||
script_export_mode=2
|
||||
|
@ -260,8 +271,10 @@ export_filter="all_resources"
|
|||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="export/lin/cwgenerator.x86_64"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
seed=0
|
||||
encrypt_pck=false
|
||||
encrypt_directory=false
|
||||
script_export_mode=2
|
||||
|
@ -300,8 +313,10 @@ export_filter="all_resources"
|
|||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="export/mac/cwgenerator.zip"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
seed=0
|
||||
encrypt_pck=false
|
||||
encrypt_directory=false
|
||||
script_export_mode=2
|
||||
|
@ -322,7 +337,8 @@ application/short_version=""
|
|||
application/version=""
|
||||
application/copyright=""
|
||||
application/copyright_localized={}
|
||||
application/min_macos_version="10.12"
|
||||
application/min_macos_version_x86_64="10.12"
|
||||
application/min_macos_version_arm64="11.00"
|
||||
application/export_angle=0
|
||||
display/high_res=true
|
||||
application/additional_plist_content=""
|
||||
|
@ -360,6 +376,7 @@ 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/entitlements/additional=""
|
||||
codesign/custom_options=PackedStringArray()
|
||||
notarization/notarization=0
|
||||
privacy/microphone_usage_description=""
|
||||
|
@ -537,6 +554,7 @@ open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}"
|
|||
ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
|
||||
kill $(pgrep -x -f \"{temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\")
|
||||
rm -rf \"{temp_dir}\""
|
||||
application/min_macos_version="10.12"
|
||||
|
||||
[preset.4]
|
||||
|
||||
|
@ -550,8 +568,10 @@ export_filter="all_resources"
|
|||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="export/win/cwgenerator.exe"
|
||||
patches=PackedStringArray()
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
seed=0
|
||||
encrypt_pck=false
|
||||
encrypt_directory=false
|
||||
script_export_mode=2
|
||||
|
|
|
@ -13,7 +13,7 @@ config_version=5
|
|||
config/name="cw generator"
|
||||
config/version="0.1.0"
|
||||
run/main_scene="res://scenes/main.tscn"
|
||||
config/features=PackedStringArray("4.3", "Mobile")
|
||||
config/features=PackedStringArray("4.4", "Mobile")
|
||||
run/max_fps=120
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://xqic6oa5d7oc"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/morse_banner.gd" id="1_475pl"]
|
||||
[ext_resource type="Script" uid="uid://j1oei8suq5sj" path="res://scenes/morse_banner.gd" id="1_475pl"]
|
||||
|
||||
[node name="MorseBanner" type="Control"]
|
||||
custom_minimum_size = Vector2(200, 100)
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
uid://dmeokosn7gr27
|
|
@ -1,8 +1,8 @@
|
|||
[gd_scene load_steps=5 format=3 uid="uid://ctak1goemnnc5"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/main.gd" id="1_8bx00"]
|
||||
[ext_resource type="Script" uid="uid://dmeokosn7gr27" path="res://scenes/main.gd" id="1_8bx00"]
|
||||
[ext_resource type="PackedScene" uid="uid://xqic6oa5d7oc" path="res://scenes/MorseBanner.tscn" id="2_v02md"]
|
||||
[ext_resource type="Script" path="res://addons/SharePlugin/Share.gd" id="3_ci1yg"]
|
||||
[ext_resource type="Script" uid="uid://bjt60u6r1hqf7" path="res://addons/SharePlugin/Share.gd" id="3_sugp2"]
|
||||
|
||||
[sub_resource type="AudioStreamGenerator" id="AudioStreamGenerator_kvn5v"]
|
||||
mix_rate = 11025.0
|
||||
|
@ -68,7 +68,7 @@ stream = SubResource("AudioStreamGenerator_kvn5v")
|
|||
volume_db = -80.0
|
||||
|
||||
[node name="Share" type="Node" parent="."]
|
||||
script = ExtResource("3_ci1yg")
|
||||
script = ExtResource("3_sugp2")
|
||||
|
||||
[connection signal="button_down" from="VBoxContainer/MorseButton" to="." method="_on_morse_button_down"]
|
||||
[connection signal="button_up" from="VBoxContainer/MorseButton" to="." method="_on_morse_button_up"]
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
uid://j1oei8suq5sj
|
Loading…
Reference in New Issue