Files
narya/tests/rsrc/bundles/tiles/ground/bundle.xml
T
Michael Bayne f3131f994a Fixed up the test tiles (got rid of the last of Dave's old tiles) and
created a couple of test scenes using said test tiles so that we can run
the viewer.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1301 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-04-27 05:16:01 +00:00

71 lines
1.8 KiB
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: bundle.xml,v 1.5 2002/04/27 05:16:01 mdb Exp $ -->
<!-- Ground tile bundle tileset descriptions. -->
<bundle>
<base>
<tileset name="Outdoors/Cobble">
<imagePath>cobble.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Outdoors/Dirt">
<imagePath>dirt.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Outdoors/Sand">
<imagePath>sand.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Outdoors/Wood Planks">
<imagePath>woodplanks.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Outdoors/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>