diff options
author | tpart <tpart120@proton.me> | 2024-09-23 20:34:22 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-23 20:34:30 +0200 |
commit | 1d500c1ea25554ceee893040a6cbb4a94b06214a (patch) | |
tree | 62eb49b4e9dc5ea0290c9b0e43dfe462333d9d04 /client | |
parent | b9cdcc60e4a48fbd73f51feca55b0ee7d6fe355a (diff) | |
download | hurrycurry-1d500c1ea25554ceee893040a6cbb4a94b06214a.tar hurrycurry-1d500c1ea25554ceee893040a6cbb4a94b06214a.tar.bz2 hurrycurry-1d500c1ea25554ceee893040a6cbb4a94b06214a.tar.zst |
Add adaprive foreground & background icons for android
Diffstat (limited to 'client')
-rw-r--r-- | client/export_presets.cfg | 126 | ||||
-rw-r--r-- | client/icons/adaptive-background.png | bin | 0 -> 29640 bytes | |||
-rw-r--r-- | client/icons/adaptive-background.png.import | 34 | ||||
-rw-r--r-- | client/icons/adaptive-foreground.png | bin | 0 -> 30543 bytes | |||
-rw-r--r-- | client/icons/adaptive-foreground.png.import | 34 | ||||
-rw-r--r-- | client/icons/main.png (renamed from client/icon.png) | bin | 288403 -> 288403 bytes | |||
-rw-r--r-- | client/icons/main.png.import (renamed from client/icon.png.import) | 6 | ||||
-rw-r--r-- | client/project.godot | 4 |
8 files changed, 162 insertions, 42 deletions
diff --git a/client/export_presets.cfg b/client/export_presets.cfg index ea17398f..e301f598 100644 --- a/client/export_presets.cfg +++ b/client/export_presets.cfg @@ -3,6 +3,7 @@ name="wasm32-unknown-unknown" platform="Web" runnable=true +advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" @@ -13,12 +14,14 @@ encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false encrypt_directory=false +script_export_mode=2 [preset.0.options] custom_template/debug="" custom_template/release="" variant/extensions_support=false +variant/thread_support=false vram_texture_compression/for_desktop=true vram_texture_compression/for_mobile=false html/export_icon=true @@ -28,6 +31,7 @@ html/canvas_resize_policy=2 html/focus_canvas_on_start=true html/experimental_virtual_keyboard=false progressive_web_app/enabled=false +progressive_web_app/ensure_cross_origin_isolation_headers=true progressive_web_app/offline_page="" progressive_web_app/display=1 progressive_web_app/orientation=0 @@ -39,8 +43,9 @@ progressive_web_app/background_color=Color(0, 0, 0, 1) [preset.1] name="x86_64-unknown-linux-gnu" -platform="Linux/X11" +platform="Linux" runnable=true +advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" @@ -51,6 +56,7 @@ encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false encrypt_directory=false +script_export_mode=2 [preset.1.options] @@ -58,10 +64,8 @@ custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 binary_format/embed_pck=true -texture_format/bptc=true -texture_format/s3tc=true -texture_format/etc=false -texture_format/etc2=false +texture_format/s3tc_bptc=true +texture_format/etc2_astc=false binary_format/architecture="x86_64" ssh_remote_deploy/enabled=false ssh_remote_deploy/host="" @@ -70,12 +74,17 @@ ssh_remote_deploy/extra_args_ssh="" ssh_remote_deploy/extra_args_scp="" ssh_remote_deploy/run_script="" ssh_remote_deploy/cleanup_script="" +texture_format/bptc=true +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false [preset.2] name="aarch64-unknown-linux-gnu" -platform="Linux/X11" +platform="Linux" runnable=false +advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" @@ -86,6 +95,7 @@ encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false encrypt_directory=false +script_export_mode=2 [preset.2.options] @@ -93,10 +103,8 @@ custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 binary_format/embed_pck=true -texture_format/bptc=true -texture_format/s3tc=true -texture_format/etc=false -texture_format/etc2=false +texture_format/s3tc_bptc=true +texture_format/etc2_astc=false binary_format/architecture="arm64" ssh_remote_deploy/enabled=false ssh_remote_deploy/host="" @@ -105,12 +113,17 @@ ssh_remote_deploy/extra_args_ssh="" ssh_remote_deploy/extra_args_scp="" ssh_remote_deploy/run_script="" ssh_remote_deploy/cleanup_script="" +texture_format/bptc=true +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false [preset.3] name="armv7-unknown-linux-gnueabi" -platform="Linux/X11" +platform="Linux" runnable=false +advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" @@ -121,6 +134,7 @@ encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false encrypt_directory=false +script_export_mode=2 [preset.3.options] @@ -128,10 +142,8 @@ custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 binary_format/embed_pck=true -texture_format/bptc=true -texture_format/s3tc=true -texture_format/etc=false -texture_format/etc2=false +texture_format/s3tc_bptc=true +texture_format/etc2_astc=false binary_format/architecture="arm64" ssh_remote_deploy/enabled=false ssh_remote_deploy/host="" @@ -140,12 +152,17 @@ ssh_remote_deploy/extra_args_ssh="" ssh_remote_deploy/extra_args_scp="" ssh_remote_deploy/run_script="" ssh_remote_deploy/cleanup_script="" +texture_format/bptc=true +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false [preset.4] name="i686-unknown-linux-gnu" -platform="Linux/X11" +platform="Linux" runnable=false +advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" @@ -156,6 +173,7 @@ encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false encrypt_directory=false +script_export_mode=2 [preset.4.options] @@ -163,10 +181,8 @@ custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 binary_format/embed_pck=true -texture_format/bptc=true -texture_format/s3tc=true -texture_format/etc=false -texture_format/etc2=false +texture_format/s3tc_bptc=true +texture_format/etc2_astc=false binary_format/architecture="x86_32" ssh_remote_deploy/enabled=false ssh_remote_deploy/host="" @@ -175,12 +191,17 @@ ssh_remote_deploy/extra_args_ssh="" ssh_remote_deploy/extra_args_scp="" ssh_remote_deploy/run_script="" ssh_remote_deploy/cleanup_script="" +texture_format/bptc=true +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false [preset.5] name="x86_64-pc-windows-gnu" platform="Windows Desktop" runnable=true +advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" @@ -191,6 +212,7 @@ encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false encrypt_directory=false +script_export_mode=2 [preset.5.options] @@ -198,10 +220,8 @@ custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 binary_format/embed_pck=true -texture_format/bptc=true -texture_format/s3tc=true -texture_format/etc=false -texture_format/etc2=false +texture_format/s3tc_bptc=true +texture_format/etc2_astc=false binary_format/architecture="x86_64" codesign/enable=false codesign/timestamp=true @@ -221,6 +241,8 @@ application/file_description="" application/copyright="" application/trademarks="" application/export_angle=0 +application/export_d3d12=0 +application/d3d12_agility_sdk_multiarch=true ssh_remote_deploy/enabled=false ssh_remote_deploy/host="user@host_ip" ssh_remote_deploy/port="22" @@ -238,12 +260,17 @@ Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorActi ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue Remove-Item -Recurse -Force '{temp_dir}'" +texture_format/bptc=true +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false [preset.6] name="i686-pc-windows-gnu" platform="Windows Desktop" runnable=false +advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" @@ -254,6 +281,7 @@ encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false encrypt_directory=false +script_export_mode=2 [preset.6.options] @@ -261,10 +289,8 @@ custom_template/debug="" custom_template/release="" debug/export_console_wrapper=1 binary_format/embed_pck=true -texture_format/bptc=true -texture_format/s3tc=true -texture_format/etc=false -texture_format/etc2=false +texture_format/s3tc_bptc=true +texture_format/etc2_astc=false binary_format/architecture="x86_32" codesign/enable=false codesign/timestamp=true @@ -284,6 +310,8 @@ application/file_description="" application/copyright="" application/trademarks="" application/export_angle=0 +application/export_d3d12=0 +application/d3d12_agility_sdk_multiarch=true ssh_remote_deploy/enabled=false ssh_remote_deploy/host="user@host_ip" ssh_remote_deploy/port="22" @@ -301,28 +329,37 @@ Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorActi ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue Remove-Item -Recurse -Force '{temp_dir}'" +texture_format/bptc=true +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false [preset.7] name="aarch64-linux-android" platform="Android" runnable=true +advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="../../aaabuild/hurrycurry.apk" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false encrypt_directory=false +script_export_mode=2 [preset.7.options] custom_template/debug="" custom_template/release="" gradle_build/use_gradle_build=false +gradle_build/gradle_build_directory="" +gradle_build/android_source_template="" +gradle_build/compress_native_libraries=false gradle_build/export_format=0 gradle_build/min_sdk="" gradle_build/target_sdk="" @@ -342,8 +379,8 @@ 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="" +launcher_icons/adaptive_foreground_432x432="res://icons/adaptive-foreground.png" +launcher_icons/adaptive_background_432x432="res://icons/adaptive-background.png" graphics/opengl_debug=false xr_features/xr_mode=0 screen/immersive_mode=true @@ -510,6 +547,7 @@ permissions/write_user_dictionary=false name="armv7-linux-androideabi" platform="Android" runnable=false +advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" @@ -520,12 +558,16 @@ encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false encrypt_directory=false +script_export_mode=2 [preset.8.options] custom_template/debug="" custom_template/release="" gradle_build/use_gradle_build=false +gradle_build/gradle_build_directory="" +gradle_build/android_source_template="" +gradle_build/compress_native_libraries=false gradle_build/export_format=0 gradle_build/min_sdk="" gradle_build/target_sdk="" @@ -545,8 +587,8 @@ 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="" +launcher_icons/adaptive_foreground_432x432="res://icons/adaptive-foreground.png" +launcher_icons/adaptive_background_432x432="res://icons/adaptive-background.png" graphics/opengl_debug=false xr_features/xr_mode=0 screen/immersive_mode=true @@ -713,6 +755,7 @@ permissions/write_user_dictionary=false name="x86_64-linux-android" platform="Android" runnable=false +advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" @@ -723,12 +766,16 @@ encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false encrypt_directory=false +script_export_mode=2 [preset.9.options] custom_template/debug="" custom_template/release="" gradle_build/use_gradle_build=false +gradle_build/gradle_build_directory="" +gradle_build/android_source_template="" +gradle_build/compress_native_libraries=false gradle_build/export_format=0 gradle_build/min_sdk="" gradle_build/target_sdk="" @@ -748,8 +795,8 @@ 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="" +launcher_icons/adaptive_foreground_432x432="res://icons/adaptive-foreground.png" +launcher_icons/adaptive_background_432x432="res://icons/adaptive-background.png" graphics/opengl_debug=false xr_features/xr_mode=0 screen/immersive_mode=true @@ -916,6 +963,7 @@ permissions/write_user_dictionary=false name="i686-linux-android" platform="Android" runnable=false +advanced_options=false dedicated_server=false custom_features="" export_filter="all_resources" @@ -926,12 +974,16 @@ encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false encrypt_directory=false +script_export_mode=2 [preset.10.options] custom_template/debug="" custom_template/release="" gradle_build/use_gradle_build=false +gradle_build/gradle_build_directory="" +gradle_build/android_source_template="" +gradle_build/compress_native_libraries=false gradle_build/export_format=0 gradle_build/min_sdk="" gradle_build/target_sdk="" @@ -951,8 +1003,8 @@ 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="" +launcher_icons/adaptive_foreground_432x432="res://icons/adaptive-foreground.png" +launcher_icons/adaptive_background_432x432="res://icons/adaptive-background.png" graphics/opengl_debug=false xr_features/xr_mode=0 screen/immersive_mode=true diff --git a/client/icons/adaptive-background.png b/client/icons/adaptive-background.png Binary files differnew file mode 100644 index 00000000..89210166 --- /dev/null +++ b/client/icons/adaptive-background.png diff --git a/client/icons/adaptive-background.png.import b/client/icons/adaptive-background.png.import new file mode 100644 index 00000000..2f2c4986 --- /dev/null +++ b/client/icons/adaptive-background.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dtdr43etagqpk" +path="res://.godot/imported/adaptive-background.png-76ee64c65d33fb62c738c6bcbf80825d.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icons/adaptive-background.png" +dest_files=["res://.godot/imported/adaptive-background.png-76ee64c65d33fb62c738c6bcbf80825d.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/client/icons/adaptive-foreground.png b/client/icons/adaptive-foreground.png Binary files differnew file mode 100644 index 00000000..255d494c --- /dev/null +++ b/client/icons/adaptive-foreground.png diff --git a/client/icons/adaptive-foreground.png.import b/client/icons/adaptive-foreground.png.import new file mode 100644 index 00000000..cd67d834 --- /dev/null +++ b/client/icons/adaptive-foreground.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dy1ujndw4irkj" +path="res://.godot/imported/adaptive-foreground.png-b79dadb0b2a392db2e350415f9bf9a72.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icons/adaptive-foreground.png" +dest_files=["res://.godot/imported/adaptive-foreground.png-b79dadb0b2a392db2e350415f9bf9a72.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/client/icon.png b/client/icons/main.png Binary files differindex fef39b52..fef39b52 100644 --- a/client/icon.png +++ b/client/icons/main.png diff --git a/client/icon.png.import b/client/icons/main.png.import index 628ef36a..5c66b00c 100644 --- a/client/icon.png.import +++ b/client/icons/main.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1hb26s0blceb" -path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" +path="res://.godot/imported/main.png-2b958a93b201f9699dda311c19d314a9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://icon.png" -dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] +source_file="res://icons/main.png" +dest_files=["res://.godot/imported/main.png-2b958a93b201f9699dda311c19d314a9.ctex"] [params] diff --git a/client/project.godot b/client/project.godot index fc0c038b..ad3b9f5c 100644 --- a/client/project.godot +++ b/client/project.godot @@ -14,8 +14,8 @@ config/name="hurrycurry" run/main_scene="res://menu/entry.tscn" config/quit_on_go_back=false config/features=PackedStringArray("4.3", "Forward Plus") -boot_splash/image="res://icon.png" -config/icon="res://icon.png" +boot_splash/image="res://icons/main.png" +config/icon="res://icons/main.png" [autoload] |