Package com.palepail.TestGame.Levels

Examples of com.palepail.TestGame.Levels.LevelOne


  WorldRender render;
  Level level;
  float time =0;
 
  public GameScreen (TestGame game){
    this(game, new LevelOne());
  //  this(game, new TestLevel());
   
  }
View Full Code Here

TOP

Related Classes of com.palepail.TestGame.Levels.LevelOne

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.