Removed important line
FOR I CAN SEE THE FUTURE, THAT BASTARD WILL PUSH AN UPDATE THAT REMOVES THE NEED FOR THIS (I've lost it, team)
This commit is contained in:
3
game.py
3
game.py
@ -129,9 +129,6 @@ class Game(gameUtils.Game):
|
|||||||
game logic that should be ran once per frame in here.
|
game logic that should be ran once per frame in here.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Don't remove this. It does important things. :3
|
|
||||||
super().update()
|
|
||||||
|
|
||||||
#screen code
|
#screen code
|
||||||
self.surf.fill("black")
|
self.surf.fill("black")
|
||||||
self.surf.blit(gameUtils.centre(pygame.transform.scale_by(self.gun.getFrame(), self.gunScale), self.size))
|
self.surf.blit(gameUtils.centre(pygame.transform.scale_by(self.gun.getFrame(), self.gunScale), self.size))
|
||||||
|
|||||||
Reference in New Issue
Block a user