Package zelda.items

Examples of zelda.items.GuiRupee


        {
            heart = new GuiHeart(game, (game.getWidth() - 130)+i*12 , 50);
            gameObjects.add(heart);
        }
        
        GuiRupee rupee = new GuiRupee(game, 100, game.getHeight() / 11); // draw rupee amount
        gameObjects.add(rupee);
  }
View Full Code Here

TOP

Related Classes of zelda.items.GuiRupee

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.