add sounds

This commit is contained in:
Waylon Walker 2023-01-03 17:00:33 -06:00
parent 557bac2dcf
commit 14e2f7bc84
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
5 changed files with 48 additions and 2 deletions

View file

@ -4,6 +4,7 @@ import pygame
class Game:
def __init__(self):
pygame.init()
pygame.mixer.init()
pygame.display.set_caption(__file__)
self.screen_size = (854, 480)