Files
narya/tests/rsrc/bundles/tiles/objects/bundle.xml
T
Michael Bayne eea46eb827 Enable object tileset parsing.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@698 542714f4-19e9-0310-aa3c-eee0fc999fb1
2001-11-29 21:55:56 +00:00

19 lines
527 B
XML

<?xml version="1.0" standalone="yes"?>
<!-- $Id: bundle.xml,v 1.1 2001/11/29 21:55:56 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>
</object>
</bundle>