Package com.skyleanderson.PROJECT.states

Examples of com.skyleanderson.PROJECT.states.GamePlayState


  @Override
  public void initStatesList( GameContainer gc ) throws SlickException
  {
    // this.addState(new StartScreenState());
    this.addState(new GamePlayState());
    // this.addState(new PauseState());
    // this.addState(new EndGameState());
  }
View Full Code Here

TOP

Related Classes of com.skyleanderson.PROJECT.states.GamePlayState

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.