phantasia

Phantasia - 2D SDL3 RPG prototype.
git clone git://git.beep.wimdupont.com/phantasia.git
Log | Files | Refs | README | LICENSE

map2.tmx (1652B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <map version="1.0" tiledversion="1.1.3" orientation="orthogonal" renderorder="right-down" width="15" height="15" tilewidth="16" tileheight="16" infinite="0" nextobjectid="1">
      3  <tileset firstgid="1" source="grass_biome.tsx"/>
      4  <layer name="Tile Layer 1" width="15" height="15">
      5   <data encoding="csv">
      6 1,1,1,1,1,28,28,40,64,65,88,77,78,40,16,
      7 91,140,80,141,16,1,28,40,76,77,78,40,40,16,1,
      8 69,16,16,28,16,1,1,16,16,28,40,40,28,58,59,
      9 81,116,1,16,132,1,1,49,50,51,16,16,16,70,71,
     10 80,80,80,80,81,116,49,98,62,63,1,1,1,82,83,
     11 1,1,1,1,1,49,98,62,62,97,50,51,1,1,1,
     12 1,1,1,1,1,61,62,62,62,62,62,97,50,50,50,
     13 1,1,1,1,1,73,74,86,62,62,62,62,62,62,62,
     14 108,1,1,1,1,1,1,73,74,74,74,86,62,62,62,
     15 59,60,1,42,7,7,20,4,1,166,168,73,74,86,62,
     16 71,72,120,4,13,38,29,2,17,216,58,59,60,73,74,
     17 71,72,96,5,25,38,30,7,44,1,70,71,106,59,59,
     18 71,72,108,1,37,27,29,4,58,59,107,71,71,71,71,
     19 71,106,59,60,120,38,29,1,70,71,71,71,71,71,71,
     20 71,71,71,72,120,1,29,1,70,71,71,71,71,71,71
     21 </data>
     22  </layer>
     23  <layer name="Tile Layer 2" width="15" height="15">
     24   <data encoding="csv">
     25 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
     26 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
     27 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
     28 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
     29 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
     30 0,145,146,147,148,0,0,0,0,0,0,0,0,0,0,
     31 0,157,158,159,160,0,0,0,0,0,0,0,0,0,0,
     32 0,169,170,171,172,0,0,0,0,0,0,0,0,0,0,
     33 0,181,182,183,184,0,0,0,0,0,0,0,0,0,0,
     34 0,0,0,0,0,0,0,0,196,197,0,0,0,0,0,
     35 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
     36 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
     37 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
     38 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
     39 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
     40 </data>
     41  </layer>
     42 </map>