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")