Package org.newdawn.slick.tests.states

Examples of org.newdawn.slick.tests.states.TestState1


 
  /**
   * @see org.newdawn.slick.state.StateBasedGame#initStatesList(org.newdawn.slick.GameContainer)
   */
  public void initStatesList(GameContainer container) {
    addState(new TestState1());
    addState(new TestState2());
    addState(new TestState3());
  }
View Full Code Here

TOP

Related Classes of org.newdawn.slick.tests.states.TestState1

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.