Remove some system outs

This commit is contained in:
jancoow
2015-06-19 10:25:44 +02:00
parent 2ed5ceeaba
commit d86d4dc62e
8 changed files with 12 additions and 56 deletions
@@ -18,7 +18,6 @@ public class HighscoreName {
int marge = (int) (Math.floor(nameLength/2)-1)*spacing;
x -= (double)HighscoreLetter.charLength*(nameLength/2.0) + marge;
System.out.println(x);
for(int i = 0; i < letters.length; i++){
letters[i] = new HighscoreLetter(characters, x+(HighscoreLetter.charLength*i)+(spacing*i), y);
}