-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmap9.tmx
26 lines (26 loc) · 1.24 KB
/
map9.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">
197,198,227,194,195,196,199,232,193,194,195,196,193,194,195,196,
213,214,243,210,211,212,247,216,213,227,228,214,209,210,211,212,
229,230,227,196,193,194,195,196,229,243,244,230,225,226,227,228,
245,246,243,212,209,210,211,212,209,210,211,212,241,242,243,244,
193,194,195,196,0,0,0,0,0,0,0,0,0,0,0,0,
213,225,226,214,0,0,0,0,0,0,0,0,0,0,0,0,
229,241,242,230,0,0,0,0,0,0,0,0,0,0,0,0,
209,210,211,212,0,0,0,0,0,0,0,0,0,0,0,0,
199,200,197,198,0,0,0,0,0,0,0,0,0,0,0,0,
215,216,213,214,0,0,0,0,0,0,0,0,0,0,0,0,
227,228,229,230,0,0,0,0,0,0,0,0,0,0,0,0,
243,244,245,246,0,0,0,0,0,0,0,0,0,0,0,0,
193,194,195,196,0,0,0,0,0,0,0,0,197,198,199,200,
209,210,211,212,0,0,0,0,0,0,0,0,213,214,215,216,
225,226,227,228,0,0,0,0,0,0,0,0,229,230,231,232,
241,242,243,244,0,0,0,0,0,0,0,0,245,246,247,248
</data>
</layer>
</map>