From aee3c162f5274d312ad66f94f21c865e9b89fb8f Mon Sep 17 00:00:00 2001 From: Yves BOYAdjian Date: Sat, 3 Aug 2024 12:33:25 +0200 Subject: [PATCH] Bigfoot Hunting --- application/src/application/MainGLFW.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);