Examples of PlanetState


Examples of com.drakulo.games.ais.ui.state.PlanetState

  @Override
  public void initStatesList(GameContainer arg0) throws SlickException {
    this.addState(new MainMenuState(MAIN_MENU_STATE));
    this.addState(new SectorState(SECTOR_STATE));
    this.addState(new ResearchState(RESEARCH_STATE));
    this.addState(new PlanetState(PLANET_STATE));
   
    this.enterState(MAIN_MENU_STATE);
  }
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.