12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="UTF-8"?>
- <map version="1.4" tiledversion="1.4.3" orientation="orthogonal" renderorder="right-down" width="13" height="8" tilewidth="32" tileheight="32" infinite="0" nextlayerid="3" nextobjectid="1">
- <tileset firstgid="1" source="Indoor floors.tsx"/>
- <tileset firstgid="55" source="Indoor walls.tsx"/>
- <tileset firstgid="265" source="Indoor stuff.tsx"/>
- <layer id="1" name="Fono" width="13" height="8">
- <data encoding="csv">
- 101,101,101,101,101,101,101,101,101,101,101,101,101,
- 86,86,86,86,86,86,86,86,86,86,86,86,86,
- 116,116,116,116,116,116,116,116,116,116,116,116,116,
- 11,11,11,11,11,11,11,11,11,11,11,11,11,
- 11,11,11,11,11,11,11,11,11,11,11,11,11,
- 11,11,11,11,11,11,11,11,11,11,11,11,11,
- 11,11,11,11,11,11,11,11,11,11,11,11,11,
- 11,11,11,11,11,11,11,11,11,11,11,11,11
- </data>
- </layer>
- <layer id="2" name="Malfono" width="13" height="8">
- <data encoding="csv">
- 0,280,0,0,0,0,0,0,0,0,0,280,0,
- 0,290,0,0,0,0,0,0,0,0,0,290,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
- </data>
- </layer>
- </map>
|