Behold, Nenya, Ring of Water and repository for our media and animation related
goodies, both Java 2D and LWJGL/JME 3D. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -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.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>
|
||||
Reference in New Issue
Block a user