Skip to content

Commit 8d51230

Browse files
committed
Add icons
1 parent 167fc40 commit 8d51230

File tree

8 files changed

+43
-38
lines changed

8 files changed

+43
-38
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
bin/
22
.vscode/
33
.DS_Store
4-
resources/
4+
5+
# Resource file
6+
data/
7+
cfg.*.xml
58

69
# Certificates and keys
710
*.p12
811
*.pfx
912
*.pem
10-
*.crt
13+
*.crt

TanksTestingTool-app.xml

Lines changed: 6 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -154,42 +154,12 @@
154154

155155
<!-- The icon the system uses for the application. For at least one resolution,
156156
specify the path to a PNG file included in the AIR package. Optional. -->
157-
<!-- <icon>
158-
<image16x16></image16x16>
159-
<image29x29></image29x29>
160-
<image32x32></image32x32>
161-
<image36x36></image36x36>
162-
<image40x40></image40x40>
163-
<image44x44></image44x44>
164-
<image48x48></image48x48>
165-
<image50x50></image50x50>
166-
<image57x57></image57x57>
167-
<image58x58></image58x58>
168-
<image60x60></image60x60>
169-
<image66x66></image66x66>
170-
<image72x72></image72x72>
171-
<image75x75></image75x75>
172-
<image76x76></image76x76>
173-
<image80x80></image80x80>
174-
<image87x87></image87x87>
175-
<image96x96></image96x96>
176-
<image100x100></image100x100>
177-
<image114x114></image114x114>
178-
<image120x120></image120x120>
179-
<image128x128></image128x128>
180-
<image144x144></image144x144>
181-
<image152x152></image152x152>
182-
<image160x160></image160x160>
183-
<image167x167></image167x167>
184-
<image180x180></image180x180>
185-
<image192x192></image192x192>
186-
<image240x240></image240x240>
187-
<image256x256></image256x256>
188-
<image320x320></image320x320>
189-
<image512x512></image512x512>
190-
<image732x412></image732x412>
191-
<image1024x1024></image1024x1024>
192-
</icon> -->
157+
<icon>
158+
<image32x32>icons/icon32.png</image32x32>
159+
<image60x60>icons/icon60.png</image60x60>
160+
<image128x128>icons/icon128.png</image128x128>
161+
<image256x256>icons/icon256.png</image256x256>
162+
</icon>
193163

194164
<!-- Whether the application handles the update when a user double-clicks an update version
195165
of the AIR file (true), or the default AIR application installer handles the update (false).

asconfig.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@
3131
{
3232
"file": "resources/cfg.dxt1.xml",
3333
"path": "cfg.dxt1.xml"
34+
},
35+
{
36+
"file": "resources/icons/icon32.png",
37+
"path": "icons/icon32.png"
38+
},
39+
{
40+
"file": "resources/icons/icon60.png",
41+
"path": "icons/icon60.png"
42+
},
43+
{
44+
"file": "resources/icons/icon128.png",
45+
"path": "icons/icon128.png"
46+
},
47+
{
48+
"file": "resources/icons/icon256.png",
49+
"path": "icons/icon256.png"
3450
}
3551
]
3652
},

asconfig.mobile.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@
2525
{
2626
"file": "resources/cfg.dxt1.xml",
2727
"path": "cfg.dxt1.xml"
28+
},
29+
{
30+
"file": "resources/icons/icon32.png",
31+
"path": "icons/icon32.png"
32+
},
33+
{
34+
"file": "resources/icons/icon60.png",
35+
"path": "icons/icon60.png"
36+
},
37+
{
38+
"file": "resources/icons/icon128.png",
39+
"path": "icons/icon128.png"
40+
},
41+
{
42+
"file": "resources/icons/icon256.png",
43+
"path": "icons/icon256.png"
2844
}
2945
]
3046
},

resources/icons/icon128.png

27.2 KB
Loading

resources/icons/icon256.png

91.3 KB
Loading

resources/icons/icon32.png

2.74 KB
Loading

resources/icons/icon60.png

7.49 KB
Loading

0 commit comments

Comments
 (0)