Files
narya/tests/rsrc/bundles/tiles/bundler-config.xml
T
Michael Bayne 0f47b72787 Repackaging! Changed a bunch of foo.tools.bar to foo.bar.tools and brought
some other things up to date with changes that had been made to that
effect previously. I love the vast sweeping changes that come along with a
change of mind.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@933 542714f4-19e9-0310-aa3c-eee0fc999fb1
2002-02-05 20:29:10 +00:00

29 lines
706 B
XML

<?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.tile.tools.xml.BaseTileSetRuleSet
</ruleset>
</mapping>
<!-- the mapping for tiles in the fringe layer -->
<mapping>
<path>bundle/fringe</path>
<ruleset>
com.threerings.media.tile.tools.xml.SwissArmyTileSetRuleSet
</ruleset>
</mapping>
<!-- the mapping for tiles in the object layer -->
<mapping>
<path>bundle/object</path>
<ruleset>
com.threerings.media.tile.tools.xml.ObjectTileSetRuleSet
</ruleset>
</mapping>
</bundler-config>