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
71 lines
1.8 KiB
XML
71 lines
1.8 KiB
XML
<?xml version="1.0" standalone="yes"?>
|
|
<!-- $Id: bundle.xml 1301 2002-04-27 05:16:01Z mdb $ -->
|
|
|
|
<!-- 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>
|