-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmap.tmx
32 lines (32 loc) · 997 Bytes
/
map.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
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.5" tiledversion="1.5.0" orientation="orthogonal" renderorder="right-down" width="10" height="10" tilewidth="16" tileheight="16" infinite="0" nextlayerid="4" nextobjectid="1">
<tileset firstgid="1" source="tileset.tsx"/>
<layer id="1" name="Tile Layer 1" width="10" height="10">
<data encoding="csv">
71,71,71,71,71,71,71,71,71,71,
71,1,2,2,2,3,71,1,2,3,
71,22,23,23,23,24,71,22,23,24,
71,22,46,23,46,24,71,43,44,45,
71,43,44,5,23,24,71,71,71,71,
71,71,71,43,44,45,71,71,71,71,
71,71,71,71,71,71,6,7,8,71,
71,71,71,71,71,71,27,28,29,71,
71,0,71,71,71,71,48,49,50,71,
71,71,71,71,71,71,71,71,71,71
</data>
</layer>
<layer id="2" name="Tile Layer 2" width="10" 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,92,14,15,0,0,0,0,0,
0,0,0,35,36,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,0,0,0,
0,0,0,0,0,0,0,99,0,0,
0,71,0,0,0,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0
</data>
</layer>
</map>