diff --git a/export_presets.cfg b/export_presets.cfg index 2c24d7a..939489a 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -9,7 +9,7 @@ custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="builds/DuckRun_v2.2.0.apk" +export_path="builds/DuckRun_v2.2.0iconfix.apk" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false @@ -39,11 +39,11 @@ package/signed=true package/app_category=2 package/retain_data_on_uninstall=false package/exclude_from_recents=false -package/show_in_android_tv=true +package/show_in_android_tv=false package/show_in_app_library=true package/show_as_launcher_app=false -launcher_icons/main_192x192="res://icon.png" -launcher_icons/adaptive_foreground_432x432="res://icon.png" +launcher_icons/main_192x192="res://icon_android.png" +launcher_icons/adaptive_foreground_432x432="res://icon_android.png" launcher_icons/adaptive_background_432x432="res://icon_bg.png" graphics/opengl_debug=false xr_features/xr_mode=0 diff --git a/icon.png b/icon.png index 1831672..3f9ea6b 100644 Binary files a/icon.png and b/icon.png differ diff --git a/icon_android.png b/icon_android.png new file mode 100644 index 0000000..a3955f4 Binary files /dev/null and b/icon_android.png differ diff --git a/icon_android.png.import b/icon_android.png.import new file mode 100644 index 0000000..800528d --- /dev/null +++ b/icon_android.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cebhteowr70h0" +path="res://.godot/imported/icon_android.png-68be0b3737a0d9e979d0f2a1ecdab0d3.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon_android.png" +dest_files=["res://.godot/imported/icon_android.png-68be0b3737a0d9e979d0f2a1ecdab0d3.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/icon_bg.png b/icon_bg.png index 54b374f..c43ccdd 100644 Binary files a/icon_bg.png and b/icon_bg.png differ diff --git a/project.godot b/project.godot index 5a39baa..29e8023 100644 --- a/project.godot +++ b/project.godot @@ -20,6 +20,7 @@ config/icon="res://icon.png" [autoload] Global="*res://code/global.gd" +Signal_Debugger="*res://addons/SignalVisualizer/Debugger/SignalDebugger.gd" [display]