From 26b03637647583d08a5cb647c579fe800eb81901 Mon Sep 17 00:00:00 2001 From: Brosef Date: Sun, 22 Jun 2025 20:00:25 +0100 Subject: [PATCH] Updated TODO, again --- game.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/game.py b/game.py index 305bbf6..b02d5b1 100644 --- a/game.py +++ b/game.py @@ -21,6 +21,7 @@ class Game(gameUtils.Game): # TODO: Utilise self.pm (the player manager) # TODO: Add background music + # TODO: Add muzzle flash # TODO: Utilise the following new sounds: # gun-load: Should be played at the beginning of the game, @@ -48,6 +49,9 @@ class Game(gameUtils.Game): self.gunh=self.gun.size[1] #calculates height of gun anim #NOTE: Brosef, istg you better not make the gun webm # change sizes mid file, or so help me + # + # :3 + # - Brosef self.screenMidx = self.size[0]/2 #calculates horizontal midpoint of screen self.screenMidy = self.size[1]/2 #calculates verticle midpoint of screen