ad7b64d4a1
Made TileSet an interface. Throw exceptions for unknown tile or tile set requests. General clean-up and documentation. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@427 542714f4-19e9-0310-aa3c-eee0fc999fb1
95 lines
3.1 KiB
XML
95 lines
3.1 KiB
XML
<?xml version="1.0" standalone="yes"?>
|
|
|
|
<!-- $Id: tilesets.xml,v 1.19 2001/10/11 00:41:26 shaper Exp $ -->
|
|
|
|
<!-- Initial test tileset description data. -->
|
|
|
|
<tilesetgroup>
|
|
|
|
<tileset tsid="1000" name="Ground" layer="Base">
|
|
<imagefile>media/miso/tiles/base.png</imagefile>
|
|
<rowheight>16, 16</rowheight>
|
|
<rowwidth>32, 32</rowwidth>
|
|
<tilecount>10, 10</tilecount>
|
|
</tileset>
|
|
|
|
<tileset tsid="1001" name="Wall" layer="Object">
|
|
<imagefile>media/miso/tiles/wall.png</imagefile>
|
|
<rowheight>45, 45</rowheight>
|
|
<rowwidth>32, 32</rowwidth>
|
|
<tilecount>3, 3</tilecount>
|
|
</tileset>
|
|
|
|
<tileset tsid="1002" name="Icons" layer="Object">
|
|
<imagefile>media/miso/tiles/icons.png</imagefile>
|
|
<rowheight>20, 49</rowheight>
|
|
<rowwidth>32, 32</rowwidth>
|
|
<tilecount>9, 2</tilecount>
|
|
</tileset>
|
|
|
|
<tileset tsid="1003" name="Red Character" layer="Fringe">
|
|
<imagefile>media/miso/tiles/character.png</imagefile>
|
|
<rowheight>94, 94, 94, 94, 94, 94, 94, 94</rowheight>
|
|
<rowwidth>94, 94, 94, 94, 94, 94, 94, 94</rowwidth>
|
|
<tilecount>8, 8, 8, 8, 8, 8, 8, 8</tilecount>
|
|
<offsetpos>52, 51</offsetpos>
|
|
<gapdist>39, 18</gapdist>
|
|
</tileset>
|
|
|
|
<tileset tsid="1005" name="Yellow Character" layer="Fringe">
|
|
<imagefile>media/miso/tiles/character-yellow.png</imagefile>
|
|
<rowheight>94, 94, 94, 94, 94, 94, 94, 94</rowheight>
|
|
<rowwidth>94, 94, 94, 94, 94, 94, 94, 94</rowwidth>
|
|
<tilecount>8, 8, 8, 8, 8, 8, 8, 8</tilecount>
|
|
<offsetpos>2, 1</offsetpos>
|
|
<gapdist>39, 18</gapdist>
|
|
</tileset>
|
|
|
|
<tileset tsid="1006" name="Black Character" layer="Fringe">
|
|
<imagefile>media/miso/tiles/character-black.png</imagefile>
|
|
<rowheight>94, 94, 94, 94, 94, 94, 94, 94</rowheight>
|
|
<rowwidth>94, 94, 94, 94, 94, 94, 94, 94</rowwidth>
|
|
<tilecount>8, 8, 8, 8, 8, 8, 8, 8</tilecount>
|
|
<offsetpos>52, 51</offsetpos>
|
|
<gapdist>39, 18</gapdist>
|
|
</tileset>
|
|
|
|
<tileset tsid="1004" name="Sample" layer="Base">
|
|
<imagefile>media/miso/tiles/sample.png</imagefile>
|
|
<rowheight>48</rowheight>
|
|
<rowwidth>64</rowwidth>
|
|
<tilecount>14</tilecount>
|
|
<passable>1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1</passable>
|
|
</tileset>
|
|
|
|
<tileset tsid="1007" name="Node Icons" layer="Fringe">
|
|
<imagefile>media/miso/tiles/node-icons.png</imagefile>
|
|
<rowheight>16</rowheight>
|
|
<rowwidth>16</rowwidth>
|
|
<tilecount>8</tilecount>
|
|
</tileset>
|
|
|
|
<tileset tsid="1008" name="Editor Icons" layer="Fringe">
|
|
<imagefile>media/miso/tiles/editor-icons.png</imagefile>
|
|
<rowheight>22</rowheight>
|
|
<rowwidth>20</rowwidth>
|
|
<tilecount>5</tilecount>
|
|
</tileset>
|
|
|
|
<tileset tsid="1009" name="Building" layer="Object">
|
|
<imagefile>media/miso/tiles/building.png</imagefile>
|
|
<rowheight>240</rowheight>
|
|
<rowwidth>64</rowwidth>
|
|
<tilecount>6</tilecount>
|
|
<passable>0, 0, 0, 0, 0, 0</passable>
|
|
</tileset>
|
|
|
|
<tileset tsid="1010" name="Sword Pieces" layer="Fringe">
|
|
<imagefile>media/miso/tiles/sword-pieces.png</imagefile>
|
|
<rowheight>10</rowheight>
|
|
<rowwidth>10</rowwidth>
|
|
<tilecount>44</tilecount>
|
|
</tileset>
|
|
|
|
</tilesetgroup>
|