Package ch.idsia.mario.engine

Examples of ch.idsia.mario.engine.LevelRenderer


    public void addNotify()
    {
        super.addNotify();
        Art.init(getGraphicsConfiguration());
        levelRenderer = new LevelRenderer(level, getGraphicsConfiguration(), level.width * 16, level.height * 16);
        levelRenderer.renderBehaviors = true;
    }
View Full Code Here

TOP

Related Classes of ch.idsia.mario.engine.LevelRenderer

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.