Compare commits
2 Commits
21771ad311
...
902db9fef0
| Author | SHA1 | Date | |
|---|---|---|---|
| 902db9fef0 | |||
| 71d4b272ae |
@ -6,6 +6,11 @@ screeny = 720
|
|||||||
yOffset = 0
|
yOffset = 0
|
||||||
|
|
||||||
pygame.init()
|
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))
|
screen = pygame.display.set_mode((screenx,screeny))
|
||||||
clock = pygame.time.Clock()
|
clock = pygame.time.Clock()
|
||||||
running = True #you better start running...
|
running = True #you better start running...
|
||||||
|
|||||||
Reference in New Issue
Block a user