Files
narya/tests/rsrc/config/miso/tilesets.xml
T
Walter Korman 435bea052e Removed unused tile sets. Renamed tile set manager to tile set
repository in miso properties file.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@580 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-11-01 01:35:23 +00:00

79 lines
2.2 KiB
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: tilesets.xml,v 1.26 2001/11/01 01:35:23 shaper Exp $ -->
<!-- Initial test tileset description data. -->
<tilesetgroup>
<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">
<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" layer="Object">
<imagefile>media/miso/tiles/building.png</imagefile>
<rowheight>293</rowheight>
<rowwidth>224</rowwidth>
<tilecount>4</tilecount>
<offsetpos>2, 2</offsetpos>
<gapdist>4, 0</gapdist>
<objects>
<object tid="0" width="4" height="3"/>
<object tid="1" width="3" height="4"/>
<object tid="2" width="4" height="3"/>
<object tid="3" width="3" height="4"/>
</objects>
</tileset>
<tileset tsid="1010" name="Landscape" layer="Base">
<imagefile>media/miso/tiles/landscape.png</imagefile>
<rowheight>48</rowheight>
<rowwidth>64</rowwidth>
<tilecount>5</tilecount>
<passable>1, 0, 1, 1, 1</passable>
</tileset>
<tileset tsid="1014" name="Faux Building" layer="Object">
<imagefile>media/miso/tiles/faux-building.png</imagefile>
<rowheight>265</rowheight>
<rowwidth>224</rowwidth>
<tilecount>4</tilecount>
<objects>
<object tid="0" width="4" height="3"/>
<object tid="1" width="3" height="4"/>
<object tid="2" width="4" height="3"/>
<object tid="3" width="3" height="4"/>
</objects>
</tileset>
<tileset tsid="1029" name="Fringe" layer="Fringe">
<imagefile>media/miso/tiles/fringe.png</imagefile>
<rowheight>48, 48, 48, 48, 48</rowheight>
<rowwidth>64, 64, 64, 64, 64</rowwidth>
<tilecount>8, 8, 8, 8, 8</tilecount>
</tileset>
</tilesetgroup>