holywyvern/carbuncle

View on GitHub
examples/tilemap_test/graphics/maps/example.tmx

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.2" orientation="orthogonal" renderorder="right-down" width="10" height="15" tilewidth="128" tileheight="128" infinite="0" nextlayerid="4" nextobjectid="1">
 <tileset firstgid="1" name="grassland" tilewidth="128" tileheight="128" tilecount="256" columns="16">
  <image source="grassland.png" width="2048" height="2048"/>
 </tileset>
 <layer id="1" name="Capa de patrones 1" width="10" height="15">
  <data encoding="csv">
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18
</data>
 </layer>
 <layer id="2" name="Capa de patrones 2" width="10" height="15">
  <data encoding="csv">
119,120,147,147,148,147,147,120,121,122,
135,136,163,163,164,163,163,163,137,138,
117,118,0,0,0,226,227,228,113,154,
133,134,0,0,0,242,243,244,129,130,
117,118,0,0,0,0,0,0,113,154,
117,118,0,0,0,0,0,20,129,154,
117,118,0,0,0,0,0,0,207,208,
117,118,0,0,0,0,0,0,223,224,
133,134,0,0,0,0,0,0,239,240,
133,134,0,0,0,0,0,0,113,154,
133,134,0,0,0,0,0,0,129,154,
151,152,85,86,0,0,81,82,153,154,
167,168,101,102,0,0,97,98,169,170,
0,0,117,118,0,0,113,114,0,0,
0,0,133,134,0,0,129,130,0,0
</data>
 </layer>
 <layer id="3" name="Capa de patrones 3" width="10" height="15">
  <data encoding="csv">
0,0,87,88,193,194,195,196,197,0,
0,0,103,104,209,210,211,212,213,0,
0,0,115,0,245,0,0,0,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,245,0,245,0,0,
0,0,0,34,0,0,0,90,0,0,
0,0,0,0,0,0,36,106,0,0,
0,0,0,0,34,0,0,0,0,0,
0,0,0,0,0,19,0,0,0,0,
0,0,34,0,0,0,0,20,0,0,
0,0,20,245,0,0,0,131,0,0,
0,0,0,0,0,0,0,0,0,0,
0,0,0,0,0,245,0,0,0,225,
0,35,0,0,0,0,0,0,115,241,
229,0,0,0,0,0,0,0,0,0
</data>
 </layer>
</map>