- bugs
This commit is contained in:
@@ -75,6 +75,7 @@ public class InfoPanel {
|
||||
g2.setColor(Color.ORANGE);
|
||||
g2.drawString("Score: " + totalHighscore, 25, 75);
|
||||
|
||||
g2.setColor(Color.BLACK);
|
||||
// BALK
|
||||
g2.drawRect(25, 100, 200, 30);
|
||||
g2.drawRect(25, 300, 200, 700);
|
||||
|
||||
@@ -110,7 +110,6 @@ public class PlayArea {
|
||||
Font scoreFont = new Font("OCR A Extended", Font.BOLD, 40);
|
||||
g2.setFont(scoreFont);
|
||||
pointAnimation.draw(g2);
|
||||
|
||||
}
|
||||
|
||||
public Line2D getLine(int index){
|
||||
|
||||
Reference in New Issue
Block a user