custom run difficulty scaling

This commit is contained in:
landgreen
2020-01-18 07:51:03 -08:00
parent 14dc313517
commit 57126ab42e
8 changed files with 185 additions and 162 deletions

View File

@@ -463,7 +463,7 @@ const game = {
if (game.difficultyMode === 0) {
game.isEasyMode = true;
game.difficultyMode = 1
level.difficultyDecrease(6);
level.difficultyDecrease(6); //if this stops being -6 change in build.calculateCustomDifficulty()
}
game.clearNow = true;