Package main.scenario

Examples of main.scenario.VolcanoHill


    TestLoader.testGameController(new HillTest(), 5);
  }
 
  @Override
  public void load() {
    hill = new VolcanoHill(100);
    p = new Player(175, 400, 50, 100);
    hill.setPlayerPosition(200);
  }
View Full Code Here

TOP

Related Classes of main.scenario.VolcanoHill

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.