Menu added and having fun~!
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user