changed disarming labels (cable -> wire)
This commit is contained in:
parent
8f85934095
commit
279044cc98
@ -208,7 +208,7 @@ class SampleWindow:
|
|||||||
(x_cables, y_cables_label1),
|
(x_cables, y_cables_label1),
|
||||||
size_cable_label
|
size_cable_label
|
||||||
),
|
),
|
||||||
text="CORRECT CABLE",
|
text="CORRECT WIRE",
|
||||||
manager=self.manager,
|
manager=self.manager,
|
||||||
object_id="description"
|
object_id="description"
|
||||||
)
|
)
|
||||||
@ -217,7 +217,7 @@ class SampleWindow:
|
|||||||
(x_cables, y_cables_label2),
|
(x_cables, y_cables_label2),
|
||||||
size_cable_label
|
size_cable_label
|
||||||
),
|
),
|
||||||
text="CHOSEN CABLE",
|
text="CHOSEN WIRE",
|
||||||
manager=self.manager,
|
manager=self.manager,
|
||||||
object_id="description"
|
object_id="description"
|
||||||
)
|
)
|
||||||
@ -532,7 +532,7 @@ class SampleWindow:
|
|||||||
|
|
||||||
def run(self, mine: Mine):
|
def run(self, mine: Mine):
|
||||||
timed_event = pygame.USEREVENT + 1
|
timed_event = pygame.USEREVENT + 1
|
||||||
pygame.time.set_timer(timed_event, 1500)
|
pygame.time.set_timer(timed_event, 6000)
|
||||||
|
|
||||||
step = 0
|
step = 0
|
||||||
handler = DisarmingHandler(mine)
|
handler = DisarmingHandler(mine)
|
||||||
|
Loading…
Reference in New Issue
Block a user