again iconfix
This commit is contained in:
parent
7ff15597a0
commit
520a5db2c6
6 changed files with 39 additions and 4 deletions
|
@ -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
|
||||
|
|
BIN
icon.png
BIN
icon.png
Binary file not shown.
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 1.4 KiB |
BIN
icon_android.png
Normal file
BIN
icon_android.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.2 KiB |
34
icon_android.png.import
Normal file
34
icon_android.png.import
Normal file
|
@ -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
|
BIN
icon_bg.png
BIN
icon_bg.png
Binary file not shown.
Before Width: | Height: | Size: 690 B After Width: | Height: | Size: 1.7 KiB |
|
@ -20,6 +20,7 @@ config/icon="res://icon.png"
|
|||
[autoload]
|
||||
|
||||
Global="*res://code/global.gd"
|
||||
Signal_Debugger="*res://addons/SignalVisualizer/Debugger/SignalDebugger.gd"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
Loading…
Reference in a new issue