- bugs
This commit is contained in:
@@ -41,7 +41,6 @@ public class CoinAnimation extends DrawObject {
|
||||
g2.setColor(new Color(255, 255, 0)); // GEEL
|
||||
g2.draw(coinShape); // MUNTJE TEKENEN
|
||||
g2.fill(coinShape);
|
||||
System.out.println("ok");
|
||||
}
|
||||
|
||||
// Wordt na elke paint aangeroepen
|
||||
|
||||
@@ -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