diff --git a/application/src/application/MainGLFW.java b/application/src/application/MainGLFW.java index 022c75b..f805c30 100644 --- a/application/src/application/MainGLFW.java +++ b/application/src/application/MainGLFW.java @@ -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);