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

@@ -91,8 +91,10 @@ class Equipment(GameBase):
self.energy_counter = 0
def execute_main_loop(self):
breaks = self.init_breaks()
for emitter in self.emitters:
while True:
self.check_breaks()
if self.overlay.run_mode == 'paused':
cv.waitKey(1)
continue