Added like two variables, literally just want to push this so I can I work on my PC
This commit is contained in:
4
game.py
4
game.py
@ -92,6 +92,10 @@ class Game(gameUtils.Game):
|
|||||||
self.currentCaptcha = None
|
self.currentCaptcha = None
|
||||||
# The image of the captcha
|
# The image of the captcha
|
||||||
self.currentCaptchaImg = pygame.Surface((0, 0))
|
self.currentCaptchaImg = pygame.Surface((0, 0))
|
||||||
|
# Holds when the timer started
|
||||||
|
self.timerStart = 0
|
||||||
|
# Holds how much time the user has in total (not updated)
|
||||||
|
self.timerLength = 0
|
||||||
|
|
||||||
self.fonts = []
|
self.fonts = []
|
||||||
self.Drawsurface = Image.new("RGB",(800,220),(255,255,255))
|
self.Drawsurface = Image.new("RGB",(800,220),(255,255,255))
|
||||||
|
|||||||
Reference in New Issue
Block a user