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