added LevelGeneration
This commit is contained in:
parent
d12df3252d
commit
73b9ba748a
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user