forked from theblackcascade/Invaders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGraphicsSet.xml
54 lines (54 loc) · 869 Bytes
/
GraphicsSet.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<GraphicsSet>
<image>
<id>1</id>
<url>alien0.png</url>
</image>
<image>
<id>2</id>
<url>alien01.png</url>
</image>
<image>
<id>3</id>
<url>alien1.png</url>
</image>
<image>
<id>4</id>
<url>alien11.png</url>
</image>
<image>
<id>5</id>
<url>alien2.png</url>
</image>
<image>
<id>6</id>
<url>alien21.png</url>
</image>
<image>
<id>7</id>
<url>aliendead.png</url>
</image>
<image>
<id>8</id>
<url>hero.png</url>
</image>
<image>
<id>9</id>
<url>herodead.png</url>
</image>
<image>
<id>10</id>
<url>bullet.png</url>
</image>
<image>
<id>11</id>
<url>ufo.png</url>
</image>
<image>
<id>12</id>
<url>hero1.png</url>
</image>
<image>
<id>13</id>
<url>bullet1.png</url>
</image>
</GraphicsSet>