Removed TODO

This commit is contained in:
2025-06-25 12:19:37 +01:00
parent 45123c39b6
commit e5b8316409

View File

@ -20,7 +20,6 @@ class Game(gameUtils.Game):
super().__init__(*args, **kwargs) super().__init__(*args, **kwargs)
# TODO: Utilise self.pm (the player manager) # TODO: Utilise self.pm (the player manager)
# TODO: Add animations for blank firing and real firing
# TODO: Utilise the following new sounds: # TODO: Utilise the following new sounds:
# gun-load: Should be played at the beginning of the game, # gun-load: Should be played at the beginning of the game,
# and should have an animation accompanying it. # and should have an animation accompanying it.