First bug free game?

This commit is contained in:
Remco
2015-05-28 09:30:17 +02:00
parent 2af16890d4
commit dc8f3c92e4
21 changed files with 575 additions and 167 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ public class InfoPanel {
}
public void draw(Graphics2D g2){
g2.drawRect(x, y, 256, 1024);
g2.fillRect(x, y, 256, 1024);
}
}