Modified tileset descriptions according to new style.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@696 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,41 +1,37 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
<!-- test tileset parser -->
|
<!-- test tileset parser -->
|
||||||
<tilesets>
|
<tilesets>
|
||||||
<uniform>
|
<uniform>
|
||||||
<tileset name="Node Icons">
|
<tileset name="Node Icons">
|
||||||
<imagePath>node-icons.png</imagePath>
|
<imagePath>node-icons.png</imagePath>
|
||||||
<width>16</width>
|
<width>16</width>
|
||||||
<height>16</height>
|
<height>16</height>
|
||||||
<tileCount>8</tileCount>
|
<tileCount>8</tileCount>
|
||||||
</tileset>
|
</tileset>
|
||||||
</uniform>
|
</uniform>
|
||||||
|
|
||||||
<swissarmy>
|
<swissarmy>
|
||||||
<tileset name="Fringe">
|
<tileset name="Fringe">
|
||||||
<imagePath>fringe.png</imagePath>
|
<imagePath>fringe.png</imagePath>
|
||||||
<heights>48, 48, 48, 48, 48</heights>
|
<heights>48, 48, 48, 48, 48</heights>
|
||||||
<widths>64, 64, 64, 64, 64</widths>
|
<widths>64, 64, 64, 64, 64</widths>
|
||||||
<tileCounts>8, 8, 8, 8, 8</tileCounts>
|
<tileCounts>8, 8, 8, 8, 8</tileCounts>
|
||||||
<offsetPos>5, 5</offsetPos>
|
<offsetPos>5, 5</offsetPos>
|
||||||
<gapSize>10, 10</gapSize>
|
<gapSize>10, 10</gapSize>
|
||||||
</tileset>
|
</tileset>
|
||||||
</swissarmy>
|
</swissarmy>
|
||||||
|
|
||||||
<object>
|
<object>
|
||||||
<tileset name="Building">
|
<tileset name="Building">
|
||||||
<imagePath>building.png</imagePath>
|
<imagePath>building.png</imagePath>
|
||||||
<heights>293</heights>
|
<heights>293</heights>
|
||||||
<widths>224</widths>
|
<widths>224</widths>
|
||||||
<tileCounts>4</tileCounts>
|
<tileCounts>4</tileCounts>
|
||||||
<offsetPos>2, 2</offsetPos>
|
<offsetPos>2, 2</offsetPos>
|
||||||
<gapSize>4, 0</gapSize>
|
<gapSize>4, 0</gapSize>
|
||||||
<objects>
|
<objectWidths>4, 3, 4, 3</objectWidths>
|
||||||
<object tid="0" width="4" height="3"/>
|
<objectHeights>3, 4, 3, 4</objectHeights>
|
||||||
<object tid="1" width="3" height="4"/>
|
</tileset>
|
||||||
<object tid="2" width="4" height="3"/>
|
</object>
|
||||||
<object tid="3" width="3" height="4"/>
|
</tilesets>
|
||||||
</objects>
|
|
||||||
</tileset>
|
|
||||||
</object>
|
|
||||||
</tilesets>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user