new ui elements for timing

This commit is contained in:
2022-10-19 08:44:50 +02:00
parent 84c1df4e9a
commit 22592e3a49
8 changed files with 386 additions and 365 deletions

View File

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