File tree Expand file tree Collapse file tree 3 files changed +39
-4
lines changed
Expand file tree Collapse file tree 3 files changed +39
-4
lines changed Original file line number Diff line number Diff line change @@ -214,9 +214,9 @@ architectures/armeabi-v7a=true
214214architectures/arm64-v8a =true
215215architectures/x86 =false
216216architectures/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 "
220220keystore/release =" C:/Dev/keys/harmony.keystore"
221221keystore/release_user =" harmony"
222222keystore/release_password =" harmony"
@@ -229,7 +229,7 @@ package/signed=true
229229package/classify_as_game =true
230230package/retain_data_on_uninstall =false
231231package/exclude_from_recents =false
232- launcher_icons/main_192x192 =" "
232+ launcher_icons/main_192x192 =" res://media/image/icon/android-icon192.png "
233233launcher_icons/adaptive_foreground_432x432 =" "
234234launcher_icons/adaptive_background_432x432 =" "
235235graphics/opengl_debug =false
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments