Added gun sfx
This commit is contained in:
@ -4,6 +4,11 @@ screenx = 1280
|
||||
screeny = 720
|
||||
|
||||
pygame.init()
|
||||
|
||||
#Sounds for the gun :3
|
||||
GunBlank = pygame.mixer.Sound("sfx/gun-blank.mp3")
|
||||
GunShot = pygame.mixer.Sound("sfx/gun-shot.mp3")
|
||||
|
||||
screen = pygame.display.set_mode((screenx,screeny))
|
||||
clock = pygame.time.Clock()
|
||||
running = True #you better start running...
|
||||
|
||||
Reference in New Issue
Block a user