diff --git a/addons/SharePlugin/Share.gd.uid b/addons/SharePlugin/Share.gd.uid new file mode 100644 index 0000000..918cf77 --- /dev/null +++ b/addons/SharePlugin/Share.gd.uid @@ -0,0 +1 @@ +uid://bjt60u6r1hqf7 diff --git a/addons/SharePlugin/ShareExportPlugin.gd.uid b/addons/SharePlugin/ShareExportPlugin.gd.uid new file mode 100644 index 0000000..b14367e --- /dev/null +++ b/addons/SharePlugin/ShareExportPlugin.gd.uid @@ -0,0 +1 @@ +uid://dpagp150p4gxb diff --git a/addons/SharePlugin/model/SharedData.gd.uid b/addons/SharePlugin/model/SharedData.gd.uid new file mode 100644 index 0000000..3b83ade --- /dev/null +++ b/addons/SharePlugin/model/SharedData.gd.uid @@ -0,0 +1 @@ +uid://bceenkk1hoqml diff --git a/autoloads/morse_state.gd.uid b/autoloads/morse_state.gd.uid new file mode 100644 index 0000000..d88add3 --- /dev/null +++ b/autoloads/morse_state.gd.uid @@ -0,0 +1 @@ +uid://cswnldhb4jgfx diff --git a/export_presets.cfg b/export_presets.cfg index 71299d4..2c029c6 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -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 diff --git a/project.godot b/project.godot index f37694e..b9b9a88 100644 --- a/project.godot +++ b/project.godot @@ -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" diff --git a/scenes/MorseBanner.tscn b/scenes/MorseBanner.tscn index 93a81f0..9a1e99c 100644 --- a/scenes/MorseBanner.tscn +++ b/scenes/MorseBanner.tscn @@ -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) diff --git a/scenes/main.gd.uid b/scenes/main.gd.uid new file mode 100644 index 0000000..3444d11 --- /dev/null +++ b/scenes/main.gd.uid @@ -0,0 +1 @@ +uid://dmeokosn7gr27 diff --git a/scenes/main.tscn b/scenes/main.tscn index 5480aba..61f554f 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -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"] diff --git a/scenes/morse_banner.gd.uid b/scenes/morse_banner.gd.uid new file mode 100644 index 0000000..9c59e15 --- /dev/null +++ b/scenes/morse_banner.gd.uid @@ -0,0 +1 @@ +uid://j1oei8suq5sj