Examples of VolcanoHill


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
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.