-
Notifications
You must be signed in to change notification settings - Fork 0
/
2.tmx
51 lines (51 loc) · 1.58 KB
/
2.tmx
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
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" orientation="orthogonal" width="14" height="10" tilewidth="50" tileheight="50">
<tileset firstgid="1" name="aaa" tilewidth="50" tileheight="50">
<image source="../学习/tankwar-resources/map/barrier1.png" width="200" height="50"/>
</tileset>
<tileset firstgid="5" name="bbb" tilewidth="50" tileheight="50">
<image source="../学习/tankwar-resources/map/meta_tiles.png" width="100" height="50"/>
</tileset>
<layer name="块层 1" width="14" height="10">
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,0,0,0,1,0,0,0,0,1,0,0,0,0,
0,0,0,0,1,0,0,0,0,1,0,0,0,0,
1,0,0,0,1,1,0,0,1,1,0,0,0,0,
1,0,0,0,1,0,0,0,0,1,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,1,1,0,0,0,0,0,0,0,0,1,1,0,
0,0,1,1,0,0,0,0,0,0,1,1,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0
</data>
</layer>
<layer name="块层 2" width="14" height="10">
<data encoding="csv">
0,0,0,0,0,0,0,0,0,0,0,0,0,0,
0,5,5,5,5,0,0,0,0,5,5,5,5,0,
0,0,0,0,6,0,0,0,0,6,0,0,0,0,
0,0,0,0,6,0,5,5,0,6,0,0,0,0,
6,0,5,0,6,6,0,0,6,6,0,5,0,0,
6,0,5,0,6,0,0,0,0,6,0,5,0,0,
0,0,5,0,0,0,0,0,0,0,0,5,0,0,
0,6,6,0,0,0,0,0,0,0,0,6,6,0,
0,0,6,6,0,5,5,5,5,0,6,6,0,0,
0,0,0,0,0,0,0,0,0,0,0,0,0,0
</data>
</layer>
<layer name="块层 3" width="14" height="10">
<data encoding="csv">
0,0,0,0,0,0,3,3,0,0,0,0,0,0,
0,2,2,2,2,0,3,3,0,2,2,2,2,0,
0,0,0,3,0,0,0,0,0,0,3,0,0,0,
0,0,0,3,0,0,2,2,0,0,3,0,0,0,
0,0,2,3,0,0,0,0,0,0,3,2,0,0,
0,0,2,0,0,0,0,0,0,0,0,2,0,0,
0,0,2,3,0,0,0,0,0,0,3,2,0,0,
0,0,0,3,0,0,0,0,0,0,3,0,0,0,
0,0,0,0,0,2,2,2,2,0,0,0,0,0,
3,0,3,0,3,3,0,0,3,3,0,3,0,3
</data>
</layer>
</map>