Skip to content

Commit 000c608

Browse files
tanvidadunicolas-raoul
authored andcommitted
Added more levels
1 parent 386bd0a commit 000c608

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

app/src/main/java/fr/free/nrw/commons/achievements/LevelController.java

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,19 @@ public enum LevelInfo{
2525
LEVEL_12(12,R.style.LevelTwo,65 , 130, 90),
2626
LEVEL_13(13,R.style.LevelThree, 70, 140, 90),
2727
LEVEL_14(14,R.style.LevelFour, 75 , 150, 90),
28-
LEVEL_15(15,R.style.LevelFive, 80, 160, 90);
28+
LEVEL_15(15,R.style.LevelFive, 80, 160, 90),
29+
LEVEL_16(16,R.style.LevelOne, 160, 320, 91),
30+
LEVEL_17(17,R.style.LevelTwo, 320, 640, 92),
31+
LEVEL_18(18,R.style.LevelThree, 640, 1280, 93),
32+
LEVEL_19(19,R.style.LevelFour, 1280, 2560, 94),
33+
LEVEL_20(20,R.style.LevelFive, 2560, 5120, 95),
34+
LEVEL_21(21,R.style.LevelOne, 5120, 10240, 96),
35+
LEVEL_22(22,R.style.LevelTwo, 10240, 20480, 97),
36+
LEVEL_23(23,R.style.LevelThree, 20480, 40960, 98),
37+
LEVEL_24(24,R.style.LevelFour, 40960, 81920, 98),
38+
LEVEL_25(25,R.style.LevelFive, 81920, 163840, 98),
39+
LEVEL_26(26,R.style.LevelOne, 163840, 327680, 98),
40+
LEVEL_27(27,R.style.LevelTwo, 327680, 655360, 98);
2941

3042
private int levelNumber;
3143
private int levelStyle;

0 commit comments

Comments
 (0)