Added like two variables, literally just want to push this so I can I work on my PC

This commit is contained in:
2025-07-01 18:56:22 +01:00
parent 31b863b49b
commit 172ffc2abf

View File

@ -92,6 +92,10 @@ class Game(gameUtils.Game):
self.currentCaptcha = None
# The image of the captcha
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.Drawsurface = Image.new("RGB",(800,220),(255,255,255))