✨
This commit is contained in:
4
main.py
4
main.py
@@ -347,8 +347,8 @@ def main(data: dict):
|
||||
pygame.font.init()
|
||||
|
||||
# music
|
||||
pygame.mixer.music.load("Slight Delay.mp3")
|
||||
pygame.mixer.music.set_volume(0.1)
|
||||
pygame.mixer.music.load("Gentleman Robber.mp3")
|
||||
pygame.mixer.music.set_volume(0.2)
|
||||
pygame.mixer.music.play(-1)
|
||||
|
||||
font = pygame.font.SysFont("Comic Code",WORD_FONT_SIZE,True)
|
||||
|
||||
Reference in New Issue
Block a user