Files
narya/tests/rsrc/config/miso/tilesets.xml
T
Walter Korman d9b1d29a10 Shuffled around tile images. Added initial icons for editor toolbar.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@204 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-08-09 04:33:11 +00:00

57 lines
1.4 KiB
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: tilesets.xml,v 1.7 2001/08/09 04:33:11 shaper Exp $ -->
<!-- Initial test tileset description data. -->
<tilesetgroup>
<tileset>
<name>Ground</name>
<tsid>1000</tsid>
<imagefile>media/miso/tiles/base.png</imagefile>
<rowheight>16, 16</rowheight>
<rowwidth>32, 32</rowwidth>
<tilecount>10, 10</tilecount>
</tileset>
<tileset>
<name>Wall</name>
<tsid>1001</tsid>
<imagefile>media/miso/tiles/wall.png</imagefile>
<rowheight>45, 45</rowheight>
<rowwidth>32, 32</rowwidth>
<tilecount>3, 3</tilecount>
</tileset>
<tileset>
<name>Icons</name>
<tsid>1002</tsid>
<imagefile>media/miso/tiles/icons.png</imagefile>
<rowheight>20, 49</rowheight>
<rowwidth>32, 32</rowwidth>
<tilecount>9, 2</tilecount>
</tileset>
<tileset>
<name>Character</name>
<tsid>1003</tsid>
<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>
<name>Sample</name>
<tsid>1004</tsid>
<imagefile>media/miso/tiles/sample.png</imagefile>
<rowheight>48</rowheight>
<rowwidth>64</rowwidth>
<tilecount>14</tilecount>
</tileset>
</tilesetgroup>