reduce def lvl complexity to 6
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user