This commit is contained in:
Bilel Bghiel
2015-06-22 10:26:59 +02:00
parent 25828bdbf9
commit 32fadbbec1
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -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
+1
View File
@@ -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);
-1
View File
@@ -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){