e041c72900
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@357 542714f4-19e9-0310-aa3c-eee0fc999fb1
95 lines
2.9 KiB
XML
95 lines
2.9 KiB
XML
<?xml version="1.0" standalone="yes"?>
|
|
|
|
<!-- $Id: tilesets.xml,v 1.18 2001/09/28 03:46:01 shaper Exp $ -->
|
|
|
|
<!-- Initial test tileset description data. -->
|
|
|
|
<tilesetgroup>
|
|
|
|
<tileset tsid="1000" name="Ground">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<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">
|
|
<imagefile>media/miso/tiles/node-icons.png</imagefile>
|
|
<rowheight>16</rowheight>
|
|
<rowwidth>16</rowwidth>
|
|
<tilecount>8</tilecount>
|
|
</tileset>
|
|
|
|
<tileset tsid="1008" name="Editor Icons">
|
|
<imagefile>media/miso/tiles/editor-icons.png</imagefile>
|
|
<rowheight>22</rowheight>
|
|
<rowwidth>20</rowwidth>
|
|
<tilecount>5</tilecount>
|
|
</tileset>
|
|
|
|
<tileset tsid="1009" name="Building">
|
|
<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">
|
|
<imagefile>media/miso/tiles/sword-pieces.png</imagefile>
|
|
<rowheight>10</rowheight>
|
|
<rowwidth>10</rowwidth>
|
|
<tilecount>44</tilecount>
|
|
</tileset>
|
|
|
|
</tilesetgroup>
|