f192023132
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@705 542714f4-19e9-0310-aa3c-eee0fc999fb1
36 lines
877 B
XML
36 lines
877 B
XML
<?xml version="1.0"?>
|
|
|
|
<!-- test tileset bundle -->
|
|
<bundle>
|
|
<uniform>
|
|
<tileset name="Node Icons">
|
|
<imagePath>node-icons.png</imagePath>
|
|
<!--<width>16</width>-->
|
|
<height>16</height>
|
|
<tileCount>8</tileCount>
|
|
</tileset>
|
|
</uniform>
|
|
|
|
<swissarmy>
|
|
<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>
|
|
</swissarmy>
|
|
|
|
<object>
|
|
<tileset name="Building">
|
|
<imagePath>building.png</imagePath>
|
|
<heights>293</heights>
|
|
<widths>224</widths>
|
|
<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>
|