I have attained peak efficiency
This commit is contained in:
@ -25,7 +25,6 @@ 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")
|
GunSpin = pygame.mixer.Sound("sfx/gun-spin.mp3")
|
||||||
|
|
||||||
|
|
||||||
screen = pygame.display.set_mode((screenw,screenh))
|
screen = pygame.display.set_mode((screenw,screenh))
|
||||||
MainSurface = pygame.Surface((screenw,screenh-yOffset))
|
MainSurface = pygame.Surface((screenw,screenh-yOffset))
|
||||||
clock = pygame.time.Clock()
|
clock = pygame.time.Clock()
|
||||||
|
|||||||
Reference in New Issue
Block a user