Rollmorad/data/tilesets/tileset1.xml
2015-11-15 23:18:06 +00:00

48 lines
1.3 KiB
XML

<?xml version="1.0"?>
<TileSet imageFilename="tileset1.png" defaultTileSize="(64, 64)" defaultShapeRestitution="0.0" defaultShapeFriction="1.0">
<Tile id="1" position="(64, 64)">
<Shapes>
<PolygonShape vertices="(1.0, 0.0), (1.0, 1.0), (0.0, 1.0)" />
</Shapes>
</Tile>
<Tile id="2" position="(128, 64)">
<Shapes>
<Simple1x1BoxShape />
</Shapes>
</Tile>
<Tile id="3" position="(192, 64)">
<Shapes>
<PolygonShape vertices="(0.0, 0.0), (1.0, 1.0), (0.0, 1.0)" />
</Shapes>
</Tile>
<Tile id="4" position="(64, 128)">
<Shapes>
<Simple1x1BoxShape />
</Shapes>
</Tile>
<Tile id="5" position="(128, 128)">
<Shapes>
<Simple1x1BoxShape />
</Shapes>
</Tile>
<Tile id="6" position="(192, 128)">
<Shapes>
<Simple1x1BoxShape />
</Shapes>
</Tile>
<Tile id="7" position="(64, 192)">
<Shapes>
<PolygonShape vertices="(0.0, 0.0), (1.0, 0.0), (1.0, 1.0)" />
</Shapes>
</Tile>
<Tile id="8" position="(128, 192)">
<Shapes>
<Simple1x1BoxShape />
</Shapes>
</Tile>
<Tile id="9" position="(192, 192)">
<Shapes>
<PolygonShape vertices="(0.0, 0.0), (1.0, 0.0), (0.0, 1.0)" />
</Shapes>
</Tile>
</TileSet>