added LevelGeneration

This commit is contained in:
silas 2018-10-17 21:56:25 +02:00
parent d12df3252d
commit 73b9ba748a

View File

@ -149,15 +149,15 @@ class LevelManager extends StandardManager
return ((rand(1,100) <= 5)?120:100);
},
],
[
"wordLength" => 10,
"numWords" => 2,
"numPositions" => 5,
"renderer" => 60,
"difficulty" => function () {
return ((rand(1,100) <= 5)?100:60);
},
],
// [
// "wordLength" => 10,
// "numWords" => 2,
// "numPositions" => 5,
// "renderer" => 60,
// "difficulty" => function () {
// return ((rand(1,100) <= 5)?100:60);
// },
// ],
// [
// "wordLength" => 8,
// "numWords" => 2,