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:
Michael Bayne
2001-11-29 00:21:15 +00:00
parent f49005a40c
commit 97f4963b4f
9 changed files with 63 additions and 0 deletions
@@ -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>