Kaynağa Gözat

randje gefixt

Dofensmirtsz 10 yıl önce
ebeveyn
işleme
764fc33836
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. 4 2
      model/objects/DifficultyButton.java

+ 4 - 2
model/objects/DifficultyButton.java

@@ -29,9 +29,11 @@ public class DifficultyButton {
 		g2.setColor(Color.WHITE);
 		g2.fillRect(0, 0, 300, 75);
 		g2.setColor(Color.ORANGE);
-		g2.drawRect(0, 0, 300, 75);
-		//g2.drawRect(0-2, 0-2, 304, 79);
 		
+//		g2.drawRect(0, 0, 300, 75);
+//		g2.drawRect(0-2, 0-2, 304, 79);
+		g2.drawRect(0, 0, 304, 79);
+		g2.drawRect(2, 2, 300, 75);
 		g2.setColor(color);
 		Font textFont2 = new Font("OCR A Extended", Font.BOLD, 50);
 		g2.setFont(textFont2);