143144145146147148149
this.scorezName = "scorez"; } this.scorezName += "-" + params.getParValueInt("Polytris.Level") + ".dat"; this.scorez = new Highscore(new File("./sharedDirectory/Polytris/" + this.scorezName), params, 10); }
158159160161162163164165
} @Override public void addHighScore(int score, GregorianCalendar date, String game) { gamehub.getCurrentUser().addHighScore(new HighScore(score, date,game)); }