Add files via upload
This commit is contained in:
parent
0f185baf27
commit
bc99b7875e
3 changed files with 11 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue