reduce def lvl complexity to 6

This commit is contained in:
ondra
2014-04-28 21:22:12 +02:00
parent a836c6f69a
commit 0771a5e0d8
+1 -1
View File
@@ -25,7 +25,7 @@ public class WorldCreator {
// TODO real algorithm // TODO real algorithm
// first level // first level
l = LevelGenerator.build(rand.nextLong(), 20, LevelGenerator.DUNGEON_THEME); // l = LevelGenerator.build(rand.nextLong(), 6, LevelGenerator.DUNGEON_THEME); //
w.addLevel(l); w.addLevel(l);
w.createPlayer(0); w.createPlayer(0);