From 73b9ba748a250aeda82a0556f2f8a0c187843df6 Mon Sep 17 00:00:00 2001 From: silas Date: Wed, 17 Oct 2018 21:56:25 +0200 Subject: [PATCH] added LevelGeneration --- .../src/Model/Manager/LevelManager.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/module/Application/src/Model/Manager/LevelManager.php b/src/module/Application/src/Model/Manager/LevelManager.php index d1f6133..a68dcd7 100755 --- a/src/module/Application/src/Model/Manager/LevelManager.php +++ b/src/module/Application/src/Model/Manager/LevelManager.php @@ -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,