Skip to content

Commit a52cda5

Browse files
committed
update android icon !
1 parent f1bcdd8 commit a52cda5

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

export_presets.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ architectures/armeabi-v7a=true
214214
architectures/arm64-v8a=true
215215
architectures/x86=false
216216
architectures/x86_64=false
217-
keystore/debug=""
218-
keystore/debug_user=""
219-
keystore/debug_password=""
217+
keystore/debug="C:/Dev/keys/harmony.keystore"
218+
keystore/debug_user="harmony"
219+
keystore/debug_password="harmony"
220220
keystore/release="C:/Dev/keys/harmony.keystore"
221221
keystore/release_user="harmony"
222222
keystore/release_password="harmony"
@@ -229,7 +229,7 @@ package/signed=true
229229
package/classify_as_game=true
230230
package/retain_data_on_uninstall=false
231231
package/exclude_from_recents=false
232-
launcher_icons/main_192x192=""
232+
launcher_icons/main_192x192="res://media/image/icon/android-icon192.png"
233233
launcher_icons/adaptive_foreground_432x432=""
234234
launcher_icons/adaptive_background_432x432=""
235235
graphics/opengl_debug=false
18.3 KB
Loading
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="StreamTexture"
5+
path="res://.import/android-icon192.png-8ced6154d62c44da16aa10ff020fc5cd.stex"
6+
metadata={
7+
"vram_texture": false
8+
}
9+
10+
[deps]
11+
12+
source_file="res://media/image/icon/android-icon192.png"
13+
dest_files=[ "res://.import/android-icon192.png-8ced6154d62c44da16aa10ff020fc5cd.stex" ]
14+
15+
[params]
16+
17+
compress/mode=0
18+
compress/lossy_quality=0.7
19+
compress/hdr_mode=0
20+
compress/bptc_ldr=0
21+
compress/normal_map=0
22+
flags/repeat=0
23+
flags/filter=true
24+
flags/mipmaps=false
25+
flags/anisotropic=false
26+
flags/srgb=2
27+
process/fix_alpha_border=true
28+
process/premult_alpha=false
29+
process/HDR_as_SRGB=false
30+
process/invert_color=false
31+
process/normal_map_invert_y=false
32+
stream=false
33+
size_limit=0
34+
detect_3d=true
35+
svg/scale=1.0

0 commit comments

Comments
 (0)