Tweak scores
This commit is contained in:
parent
ab715c1467
commit
2b963c6fd4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ public class EventRunner implements Runnable {
|
|||
static List<Event> currentEvents = new ArrayList<>();
|
||||
public static List<Integer> startTimes = List.of(3000, 13000, 6000, 5000, 14000, 100, 1000, 500, 10000, 5000, 13000, 13000, 5000);
|
||||
|
||||
private final List<Integer> dayScores = List.of(10, 20, 30, 50, 80, 130, 210, 340, 550, 890, 1440, 2000, 2500);
|
||||
private final List<Integer> dayScores = List.of(20, 40, 50, 60, 80, 130, 210, 340, 550, 600, 750, 1000, 1500);
|
||||
|
||||
private long day;
|
||||
|
||||
|
|
Loading…
Reference in a new issue