add sounds
This commit is contained in:
parent
557bac2dcf
commit
14e2f7bc84
5 changed files with 48 additions and 2 deletions
1
game.py
1
game.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue