new ui elements for timing

This commit is contained in:
2022-10-19 08:58:58 +02:00
parent 46aeba1b1b
commit 81b7fe2871
3 changed files with 4 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ class Mine(GameBase):
start_time = time()
breaks = self.init_breaks()
while True:
self.check_breaks(start_time)
self.check_breaks(start_time, breaks)
if self.overlay.run_mode == 'paused':
cv.waitKey(10)
self.overlay.show_mining_overlay()