From c39efd26490e69296249fc8d28e67865f9777928 Mon Sep 17 00:00:00 2001 From: Gerhards Kristians Tillers Date: Sun, 3 Mar 2024 20:20:34 +0000 Subject: [PATCH] Update menu copy 2.py --- menu copy 2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu copy 2.py b/menu copy 2.py index 875c230..769b5b3 100644 --- a/menu copy 2.py +++ b/menu copy 2.py @@ -7,7 +7,7 @@ import math pygame.init() SCREEN = pygame.display.set_mode((1280, 720)) -pygame.display.set_caption("Menu") +pygame.display.set_caption("Rouglite") BG = pygame.image.load("assets/Background.png") pygame.mixer.music.load('assets/Pixel 7.mp3')