-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmap10.tmx
26 lines (26 loc) · 1.24 KB
/
map10.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
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.0" tiledversion="1.1.3" orientation="orthogonal" renderorder="right-down" width="16" height="16" tilewidth="8" tileheight="8" infinite="0" nextobjectid="1">
<tileset firstgid="1" name="tiles" tilewidth="8" tileheight="8" tilecount="256" columns="16">
<image source="../pub/assets/tiles.png" width="128" height="128"/>
</tileset>
<layer name="Tile Layer 1" width="16" height="16">
<data encoding="csv">
193,194,195,196,193,194,195,196,199,200,193,194,195,196,203,203,
209,210,211,212,213,233,234,214,215,216,209,210,211,212,203,203,
225,226,227,228,229,249,250,230,193,194,195,196,197,198,227,228,
241,242,243,244,209,210,211,212,209,210,211,212,213,214,243,244,
0,0,0,0,0,0,0,0,0,0,0,0,229,230,197,198,
0,0,0,0,0,0,0,0,0,0,0,0,245,246,213,214,
0,0,0,0,0,0,0,0,0,0,0,0,197,198,229,230,
0,0,0,0,0,0,0,0,0,0,0,0,213,214,245,246,
0,0,0,0,0,0,0,0,0,0,0,0,229,230,231,232,
0,0,0,0,0,0,0,0,0,0,0,0,245,246,247,248,
0,0,0,0,0,0,0,0,0,0,0,0,193,194,195,196,
0,0,0,0,0,0,0,0,0,0,0,0,209,210,211,212,
197,198,199,200,0,0,0,0,0,0,0,0,197,198,199,200,
213,214,215,216,0,0,0,0,0,0,0,0,213,214,215,216,
229,230,231,232,0,0,0,0,0,0,0,0,229,230,231,232,
245,246,247,248,0,0,0,0,0,0,0,0,245,246,247,248
</data>
</layer>
</map>