-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmap1.tmx
26 lines (26 loc) · 1.12 KB
/
map1.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">
199,232,227,228,0,0,0,0,0,0,0,0,193,194,195,196,
247,216,243,244,0,0,0,0,0,0,0,0,209,210,211,212,
227,228,225,226,0,0,0,0,0,0,0,0,225,226,227,228,
243,244,241,242,0,0,0,0,0,0,0,0,241,242,243,244,
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,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,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,0,0,
193,194,195,196,0,0,0,0,0,0,0,0,193,194,195,196,
209,210,211,212,0,0,0,0,0,0,0,0,209,210,211,212,
225,226,227,228,0,0,0,0,0,0,0,0,225,226,227,228,
241,242,243,244,0,0,0,0,0,0,0,0,241,242,243,244
</data>
</layer>
</map>