Skip to content

Commit

Permalink
Bigfoot Hunting
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesBoyadjian committed Aug 3, 2024
1 parent 10abaff commit aee3c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/src/application/MainGLFW.java
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ protected void paintComponent(Graphics g) {
double width = screenSize.getWidth();
double height = screenSize.getHeight();

JLabel intro = new JLabel("Mount Rainier Island, an Adventure Game", null, SwingConstants.CENTER);
JLabel intro = new JLabel("Bigfoot Hunting, an Adventure Game", null, SwingConstants.CENTER);
intro.setForeground(Color.red.darker());
intro.setFont(intro.getFont().deriveFont((float) height / 20f));
contentPane.add(intro);
Expand Down

0 comments on commit aee3c16

Please sign in to comment.