reduce def lvl complexity to 6

v5stable
ondra 10 years ago
parent a836c6f69a
commit 0771a5e0d8
  1. 2
      src/mightypork/rogue/world/WorldCreator.java

@ -25,7 +25,7 @@ public class WorldCreator {
// TODO real algorithm
// first level
l = LevelGenerator.build(rand.nextLong(), 20, LevelGenerator.DUNGEON_THEME); //
l = LevelGenerator.build(rand.nextLong(), 6, LevelGenerator.DUNGEON_THEME); //
w.addLevel(l);
w.createPlayer(0);

Loading…
Cancel
Save