a23f6588bc
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@55 542714f4-19e9-0310-aa3c-eee0fc999fb1
26 lines
580 B
XML
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>
|