Menu added and having fun~!

This commit is contained in:
Daniel
2015-05-29 18:07:21 +02:00
parent 7263442ea3
commit 7251d919ae
4 changed files with 48 additions and 6 deletions
+1
View File
@@ -34,6 +34,7 @@ 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);