Skip to content

Commit

Permalink
Updated Expert level to be mobile friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
john0227 committed Apr 28, 2022
1 parent 78628cf commit cad9fcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public enum Level {

EASY(10, 10, 10, 75, 1),
INTERMEDIATE(13, 15, 40, 30, 2),
EXPERT(16, 30, 99, 10, 3),
EXPERT(20, 24, 99, 10, 3),
JUMBO(25, 35, 185, 10, 4),
CUSTOM(10, 10, 10, 50, 5);

Expand Down

0 comments on commit cad9fcf

Please sign in to comment.