Added a bunch of test configuration and data for creating tileset bundles.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@673 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -0,0 +1 @@
|
||||
tilesets.map
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- configuration for the tileset bundler -->
|
||||
<bundler-config>
|
||||
<!-- the mapping for tiles in the base layer -->
|
||||
<mapping>
|
||||
<path>bundle/base</path>
|
||||
<ruleset>
|
||||
com.threerings.miso.tools.tile.xml.BaseTileSetRuleSet
|
||||
</ruleset>
|
||||
</mapping>
|
||||
|
||||
<!-- the mapping for tiles in the fringe layer -->
|
||||
<mapping>
|
||||
<path>bundle/fringe</path>
|
||||
<ruleset>
|
||||
com.threerings.media.tools.tile.xml.SwissArmyTileSetRuleSet
|
||||
</ruleset>
|
||||
</mapping>
|
||||
|
||||
<!-- the mapping for tiles in the object layer -->
|
||||
<!--
|
||||
<mapping>
|
||||
<path>bundle/object</path>
|
||||
<ruleset>com.threerings.media.tools.tile.xml.ObjectTileSetRuleSet</ruleset>
|
||||
</mapping>
|
||||
-->
|
||||
</bundler-config>
|
||||
@@ -0,0 +1 @@
|
||||
bundle.jar
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<!-- $Id: bundle.xml,v 1.1 2001/11/29 00:21:15 mdb Exp $ -->
|
||||
|
||||
<!-- Ground tile bundle tileset descriptions. -->
|
||||
<bundle>
|
||||
<base>
|
||||
<tileset name="Sample">
|
||||
<imagePath>sample.png</imagePath>
|
||||
<heights>48</heights>
|
||||
<widths>64</widths>
|
||||
<tileCounts>14</tileCounts>
|
||||
<passable>1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1</passable>
|
||||
</tileset>
|
||||
|
||||
<tileset name="Landscape">
|
||||
<imagePath>landscape.png</imagePath>
|
||||
<heights>48</heights>
|
||||
<widths>64</widths>
|
||||
<tileCounts>5</tileCounts>
|
||||
<passable>1, 0, 1, 1, 1</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>
|
||||
</fringe>
|
||||
</bundle>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
@@ -0,0 +1 @@
|
||||
bundle.jar
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
Reference in New Issue
Block a user