Skip to content

Commit

Permalink
Revert "adjust difficulty in just play modus"
Browse files Browse the repository at this point in the history
This reverts commit 1ec66e4.
  • Loading branch information
djschilling committed Sep 11, 2015
1 parent 1ec66e4 commit 0613b46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class JustPlayServiceImpl implements JustPlayService {
private int[] difficultyMoves = {2, 2, 2, 3, 3, 3, 3, 3, 3 };
private int[] difficultyTime = {5, 5, 7, 8, 8, 10, 8, 6, 6 };
private int[] difficultyScore = {5, 10, 20, 50, 200, 1000, 2000, 4000, 8000};
private int[] difficultyTubesMin = {3, 4, 4, 3, 5, 6, 8, 8, 10};
private int[] difficultyTubesMin = {3, 3, 4, 3, 5, 6, 8, 8, 10};
private int[] difficultyTubesMax = {3, 4, 9, 5, 9, 10, 12, 12, 16};

public JustPlayServiceImpl() {
Expand Down

0 comments on commit 0613b46

Please sign in to comment.