From cb59cbdcaebe0b340b5021f05edc4bd600a4f71a Mon Sep 17 00:00:00 2001 From: Brosef Date: Mon, 16 Jun 2025 20:30:30 +0100 Subject: [PATCH] Added back to TODOs I put in the main file that I then deleted. Nice job, me. --- __init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/__init__.py b/__init__.py index 33f8f4e..eef0d55 100644 --- a/__init__.py +++ b/__init__.py @@ -20,6 +20,17 @@ class Game: self.surface = surface self.size = size self.clock = pygame.time.Clock() + + # TODO: Add a random delay between the spin and fire + + # TODO: Utiles the following new sounds: + # gun-load: Should be played at the beginning of the game, + # and should have an animation accompanying it. + # see Brosef for the animation. + # gun-cylinder-stop: Plays directly after the load + # animation is complete. + # gun-spin/blank/shot are all used in their original ways. + #Sounds for the gun :3 self.playSound = pygame.mixer.Sound.play self.gunBlank = pygame.mixer.Sound("sfx/gun-blank.mp3")