Removed redundant "important function" call
This commit is contained in:
3
game.py
3
game.py
@ -142,9 +142,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()
|
|
||||||
|
|
||||||
self.surf.fill((0, 0, 0)) #sets the background colour
|
self.surf.fill((0, 0, 0)) #sets the background colour
|
||||||
self.surf.blit(gameUtils.centre(self.currentCaptchaImg, self.size)) #draws the text to center of the screen
|
self.surf.blit(gameUtils.centre(self.currentCaptchaImg, self.size)) #draws the text to center of the screen
|
||||||
#TODO: actually scale the text, however, more work needs to be done on the actual function of the game first
|
#TODO: actually scale the text, however, more work needs to be done on the actual function of the game first
|
||||||
|
|||||||
Reference in New Issue
Block a user