Updated TODO, again
This commit is contained in:
4
game.py
4
game.py
@ -21,6 +21,7 @@ class Game(gameUtils.Game):
|
|||||||
|
|
||||||
# TODO: Utilise self.pm (the player manager)
|
# TODO: Utilise self.pm (the player manager)
|
||||||
# TODO: Add background music
|
# TODO: Add background music
|
||||||
|
# TODO: Add muzzle flash
|
||||||
|
|
||||||
# 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,
|
||||||
@ -48,6 +49,9 @@ class Game(gameUtils.Game):
|
|||||||
self.gunh=self.gun.size[1] #calculates height of gun anim
|
self.gunh=self.gun.size[1] #calculates height of gun anim
|
||||||
#NOTE: Brosef, istg you better not make the gun webm
|
#NOTE: Brosef, istg you better not make the gun webm
|
||||||
# change sizes mid file, or so help me
|
# change sizes mid file, or so help me
|
||||||
|
#
|
||||||
|
# :3
|
||||||
|
# - Brosef
|
||||||
|
|
||||||
self.screenMidx = self.size[0]/2 #calculates horizontal midpoint of screen
|
self.screenMidx = self.size[0]/2 #calculates horizontal midpoint of screen
|
||||||
self.screenMidy = self.size[1]/2 #calculates verticle midpoint of screen
|
self.screenMidy = self.size[1]/2 #calculates verticle midpoint of screen
|
||||||
|
|||||||
Reference in New Issue
Block a user