Package Ocarina2D.Objects

Examples of Ocarina2D.Objects.Shield


        starterLevel.addActor(link);
        starterLevel.camera.setActor(link);
        GlobalVariables.player = link;
       
        // Shield
        Shield shield = new Shield();
        starterLevel.addActor(shield);
       
        Sign sign = new Sign() {{
          position.setX(355);
          position.setY(405);
View Full Code Here

TOP

Related Classes of Ocarina2D.Objects.Shield

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.