I have attained peak efficiency

This commit is contained in:
2025-06-14 00:33:42 +01:00
parent ada32fb765
commit 6ab5caf9de

View File

@ -25,7 +25,6 @@ GunBlank = pygame.mixer.Sound("sfx/gun-blank.mp3")
GunShot = pygame.mixer.Sound("sfx/gun-shot.mp3")
GunSpin = pygame.mixer.Sound("sfx/gun-spin.mp3")
screen = pygame.display.set_mode((screenw,screenh))
MainSurface = pygame.Surface((screenw,screenh-yOffset))
clock = pygame.time.Clock()