Examples of Worldgen


Examples of iryrwarosh.Worldgen

    else
      return this;
  }
 
  private Screen newGame(Factory factory, Item item1, Item item2){
    World world = new Worldgen(80 / 3, 24 / 3).build();
   
    Creature player = factory.player(world);
    player.swapLeftHand(world, item1);
    player.swapRightHand(world, item2);
   
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.