diff --git a/disarming/popup.py b/disarming/popup.py index 1154bff..d09ab00 100644 --- a/disarming/popup.py +++ b/disarming/popup.py @@ -208,7 +208,7 @@ class SampleWindow: (x_cables, y_cables_label1), size_cable_label ), - text="CORRECT CABLE", + text="CORRECT WIRE", manager=self.manager, object_id="description" ) @@ -217,7 +217,7 @@ class SampleWindow: (x_cables, y_cables_label2), size_cable_label ), - text="CHOSEN CABLE", + text="CHOSEN WIRE", manager=self.manager, object_id="description" ) @@ -532,7 +532,7 @@ class SampleWindow: def run(self, mine: Mine): timed_event = pygame.USEREVENT + 1 - pygame.time.set_timer(timed_event, 1500) + pygame.time.set_timer(timed_event, 6000) step = 0 handler = DisarmingHandler(mine)