Package com.threerings.media.tile.tools.xml

Examples of com.threerings.media.tile.tools.xml.XMLTileSetParser


     * Construct the TestTileLoader.
     */
    public TestTileLoader ()
    {
        // our xml parser
        _parser = new XMLTileSetParser();
        // add some rulesets
        _parser.addRuleSet("bundle/base", new BaseTileSetRuleSet());
        _parser.addRuleSet("bundle/object", new ObjectTileSetRuleSet());

        // we used to parse fringes, but we don't anymore
View Full Code Here

TOP

Related Classes of com.threerings.media.tile.tools.xml.XMLTileSetParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.