fixed buggs

This commit is contained in:
Remco
2015-06-02 11:14:05 +02:00
parent 42ae80b1b3
commit 8cda332a95
4 changed files with 206 additions and 10 deletions
-1
View File
@@ -34,7 +34,6 @@ public class InfoPanel {
}
public void draw(Graphics2D g2){
g2.setColor(Color.BLACK);
g2.fillRect(x, y, 256, 1024);
Font scoreFont = new Font("OCR A Extended", Font.BOLD, 30);
g2.setFont(scoreFont);