Finished gun sfx
This commit is contained in:
@ -10,6 +10,8 @@ pygame.init()
|
|||||||
#Sounds for the gun :3
|
#Sounds for the gun :3
|
||||||
GunBlank = pygame.mixer.Sound("sfx/gun-blank.mp3")
|
GunBlank = pygame.mixer.Sound("sfx/gun-blank.mp3")
|
||||||
GunShot = pygame.mixer.Sound("sfx/gun-shot.mp3")
|
GunShot = pygame.mixer.Sound("sfx/gun-shot.mp3")
|
||||||
|
GunSpin = pygame.mixer.Sound("sfx/gun-spin.mp3")
|
||||||
|
|
||||||
|
|
||||||
screen = pygame.display.set_mode((screenx,screeny))
|
screen = pygame.display.set_mode((screenx,screeny))
|
||||||
clock = pygame.time.Clock()
|
clock = pygame.time.Clock()
|
||||||
|
|||||||
Reference in New Issue
Block a user