Examples of XMLTileSetParser


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
Copyright © 2018 www.massapi.com. 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.