Files
narya/tests/rsrc/bundles/tiles/ground/bundle.xml
T
Walter Korman b4f20f1b36 Initial test landscape tiles from Rick.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@954 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-02-07 02:53:19 +00:00

73 lines
1.9 KiB
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: bundle.xml,v 1.2 2002/02/07 02:53:19 shaper Exp $ -->
<!-- Ground tile bundle tileset descriptions. -->
<bundle>
<base>
<tileset name="Sample">
<imagePath>sample.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>14</tileCounts>
<passable>1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1</passable>
</tileset>
<tileset name="Landscape">
<imagePath>landscape.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>5</tileCounts>
<passable>1, 0, 1, 1, 1</passable>
</tileset>
<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>
</fringe>
</bundle>