new ui elements for timing
This commit is contained in:
@@ -85,6 +85,8 @@ class GameBase:
|
||||
return breaks
|
||||
|
||||
def check_breaks(self, start_time, breaks):
|
||||
if int(elf.stop_time) == 0:
|
||||
return
|
||||
if (time() - start_time) > float(self.stop_time) * 60 * 60:
|
||||
self.overlay.run_mode = 'stopped'
|
||||
for break_ in breaks:
|
||||
|
||||
Reference in New Issue
Block a user