Add files via upload

This commit is contained in:
themixray 2021-11-04 14:25:51 +03:00 committed by GitHub
parent 0f185baf27
commit bc99b7875e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 7 deletions

View file

@ -242,6 +242,8 @@ class loadingBar(widget):
self.loaded = self.length
def reset(self):
self.loaded = 0
def get(self):
return self.loaded
def draw(self, win, pos):
self.surface = _s((self.width,self.height))
self.surface.fill(self.borderColor)