Update menu copy 2.py
parent
5b4e2f5f2c
commit
c39efd2649
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue