Files
narya/tests/rsrc/config/miso/tilesets.xml
T
Walter Korman a23f6588bc Initial test tileset description file.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@55 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-07-17 17:16:53 +00:00

26 lines
580 B
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: tilesets.xml,v 1.1 2001/07/17 17:16:53 shaper Exp $ -->
<!-- Initial test tileset description data. -->
<tilesetgroup>
<tileset>
<name>Ground</name>
<tsid>1000</tsid>
<imagefile>rsrc/media/miso/tiles-base.png</imagefile>
<rowheight>16, 16</rowheight>
<tilecount>10, 10</tilecount>
</tileset>
<tileset>
<name>Wall</name>
<tsid>1001</tsid>
<imagefile>rsrc/media/miso/tiles-wall.png</imagefile>
<rowheight>45, 45</rowheight>
<tilecount>2, 2</tilecount>
</tileset>
</tilesetgroup>