Skip to content

Commit 67eb2a0

Browse files
committed
Added swamp image, changed timer font
1 parent 932de14 commit 67eb2a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/images/swampland.png

151 KB
Loading

src/Game.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ public Game(JFrame frame) {
125125
counterDigitColor = new Color(255, 0, 0, (int) (1.0 * 255));
126126

127127
footerColor = new Color(0, 0, 255, (int) (0.1 * 255));
128-
timerFontColor = new Color(255, 0, 155, (int) (1.0 * 255));
128+
timerFontColor = new Color(0, 0, 0, (int) (1.0 * 255));
129129

130-
timerFont = new Font("Courier New", Font.PLAIN, 20);
130+
timerFont = new Font("Arial", Font.BOLD, 18);
131131
buttonFont = new Font("Arial", Font.PLAIN, 12);
132132

133133
// -------------------------

0 commit comments

Comments
 (0)