Feature/daniel info panel

# Conflicts:
#	model/objects/DifficultyButton.java
This commit is contained in:
jancoow
2015-07-09 14:50:33 +02:00
2 changed files with 32 additions and 23 deletions
+3 -2
View File
@@ -27,9 +27,10 @@ public class DifficultyButton {
button = Images.initVolatileImage(305, 80, Transparency.OPAQUE);
Graphics2D g2 = button.createGraphics();
g2.setColor(Color.WHITE);
g2.fillRect(0, 0, 300, 75);
g2.fillRect(0, 0, 305, 80);
g2.setColor(Color.ORANGE);
g2.drawRect(0, 0, 304, 79);
g2.drawRect(2, 2, 300, 75);
// g2.drawRect(0, 0, 300, 75);
// g2.drawRect(0-2, 0-2, 304, 79);
g2.drawRect(0, 0, 304, 79);