Package puppyeyes.engine

Examples of puppyeyes.engine.Level.addBackground()


            properties.setCollisionMask("Resources/Backgrounds/Kokiri Forest/mask.png");
            draw.setVisible(true);
            draw.setLayer(GlobalVariables.groundLayer);
            properties.setSolid(true);
        }};
        starterLevel.addBackground(overworld);



        // Create shadows
        Background overlay = new Background() {{
View Full Code Here


            //addFrame(new Sprite("Resources/Backgrounds/Kokiri Forest/shadow.png"));
            //addFrame(new Sprite("Resources/Backgrounds/Kokiri Forest/fg.png"));
            draw.setVisible(true);
            draw.setLayer(GlobalVariables.overlayLayer);
        }};
        starterLevel.addBackground(overlay);
       
       
        //Create player
        Player link = new Player() {{
            position.setX(470);
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.