Examples of BaseTileSetRuleSet


Examples of com.threerings.miso.tile.tools.xml.BaseTileSetRuleSet

    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
        //_parser.addRuleSet("bundle/fringe", new SwissArmyTileSetRuleSet());
    }
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.