From e5b83164092c7ee8c449bf2c21b2b49f53992053 Mon Sep 17 00:00:00 2001 From: Brosef Date: Wed, 25 Jun 2025 12:19:37 +0100 Subject: [PATCH] Removed TODO --- game.py | 1 - 1 file changed, 1 deletion(-) diff --git a/game.py b/game.py index 59fb34e..8bf28e2 100644 --- a/game.py +++ b/game.py @@ -20,7 +20,6 @@ class Game(gameUtils.Game): super().__init__(*args, **kwargs) # TODO: Utilise self.pm (the player manager) - # TODO: Add animations for blank firing and real firing # TODO: Utilise the following new sounds: # gun-load: Should be played at the beginning of the game, # and should have an animation accompanying it.