Examples of MenuMain


Examples of tyrelion.menu.MenuMain

   * @see org.newdawn.slick.state.StateBasedGame#initStatesList(org.newdawn.slick.GameContainer)
   */
  @Override
  public void initStatesList(GameContainer container) throws SlickException {
    addState(new PreLoading());
    addState(new MenuMain());
    addState(new MenuLoad());
    addState(new MenuSettings());
    addState(new MenuControls());
    addState(new MenuCredits());
    addState(new ExpMode());
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.