Package zelda.menu

Examples of zelda.menu.MainMenu


    private long lastHit2 = System.currentTimeMillis();

    public Game()
  {
        link = new Link(this, 100, 100);
    scene = new MainMenu(this);
    }
View Full Code Here

TOP

Related Classes of zelda.menu.MainMenu

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.