Files
narya/tests/rsrc/bundles/tiles/ground/bundle.xml
T
Ray Greenwell ba8e515b6f added test fringe tilesets
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1213 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-04-06 22:17:09 +00:00

71 lines
1.8 KiB
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: bundle.xml,v 1.4 2002/04/06 22:17:09 ray Exp $ -->
<!-- Ground tile bundle tileset descriptions. -->
<bundle>
<base>
<tileset name="Cobble">
<imagePath>cobble.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Dirt">
<imagePath>dirt.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Sand">
<imagePath>sand.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Wood Planks">
<imagePath>woodplanks.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Seawater">
<imagePath>seawater.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>5</tileCounts>
<passable>0, 0, 0, 0, 0</passable>
</tileset>
</base>
<fringe>
<tileset name="Fringe">
<imagePath>fringe.png</imagePath>
<heights>48, 48, 48, 48, 48</heights>
<widths>64, 64, 64, 64, 64</widths>
<tileCounts>8, 8, 8, 8, 8</tileCounts>
</tileset>
<tileset name="Seawater_fringe">
<imagePath>seafringe.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>17</tileCounts>
</tileset>
<tileset name="generic_fringe">
<imagePath>fringemask.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>17</tileCounts>
</tileset>
</fringe>
</bundle>