Files
narya/tests/rsrc/bundles/tiles/objects/bundle.xml
T
Michael Bayne a14fd63141 Whoops. Didn't want things.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@831 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-12-18 09:17:20 +00:00

89 lines
2.6 KiB
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: bundle.xml,v 1.3 2001/12/18 09:17:20 mdb Exp $ -->
<!-- Object tile bundle tileset descriptions. -->
<bundle>
<object>
<tileset name="Building">
<imagePath>building.png</imagePath>
<widths>224</widths>
<heights>293</heights>
<tileCounts>4</tileCounts>
<offsetPos>2, 2</offsetPos>
<gapSize>4, 0</gapSize>
<objectWidths>4, 3, 4, 3</objectWidths>
<objectHeights>3, 4, 3, 4</objectHeights>
</tileset>
<tileset name="Tavern">
<imagePath>tavern.png</imagePath>
<widths>289</widths>
<heights>291</heights>
<tileCounts>4</tileCounts>
<offsetPos>3, 3</offsetPos>
<gapSize>7, 0</gapSize>
<objectWidths>3, 6, 3, 6</objectWidths>
<objectHeights>6, 3, 6, 3</objectHeights>
</tileset>
<tileset name="Bush">
<imagePath>bush.png</imagePath>
<widths>150</widths>
<heights>150</heights>
<tileCounts>4</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>2, 2, 2, 2</objectWidths>
<objectHeights>2, 2, 2, 2</objectHeights>
<xOrigins>75, 75, 75, 75</xOrigins>
<yOrigins>140, 140, 140, 140</yOrigins>
</tileset>
<tileset name="Chest and booty">
<imagePath>chest_extra.png</imagePath>
<widths>150</widths>
<heights>150</heights>
<tileCounts>4</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>2, 3, 2, 3</objectWidths>
<objectHeights>3, 2, 3, 2</objectHeights>
</tileset>
<tileset name="Chest o' gold">
<imagePath>chest_gold.png</imagePath>
<widths>130</widths>
<heights>130</heights>
<tileCounts>4</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>2, 2, 2, 2</objectWidths>
<objectHeights>2, 2, 2, 2</objectHeights>
</tileset>
<tileset name="Table">
<imagePath>table.png</imagePath>
<widths>189</widths>
<heights>189</heights>
<tileCounts>4</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>3, 3, 3, 3</objectWidths>
<objectHeights>3, 3, 3, 3</objectHeights>
</tileset>
<tileset name="Tree">
<imagePath>tree.png</imagePath>
<widths>300</widths>
<heights>300</heights>
<tileCounts>4</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>2, 2, 2, 2</objectWidths>
<objectHeights>2, 2, 2, 2</objectHeights>
<xOrigins>145, 155, 150, 145</xOrigins>
<yOrigins>300, 300, 300, 300</yOrigins>
</tileset>
</object>
</bundle>