c2117ee86d
goodies, both Java 2D and LWJGL/JME 3D. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1 ed5b42cb-e716-0410-a449-f6a68f950b19
79 lines
2.2 KiB
XML
79 lines
2.2 KiB
XML
<?xml version="1.0" standalone="yes"?>
|
|
|
|
<!-- $Id: tilesets.xml 580 2001-11-01 01:35:23Z shaper $ -->
|
|
|
|
<!-- 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>
|