tuff
This commit is contained in:
@@ -64,8 +64,9 @@ class GameState:
|
||||
UPPER_PLAYFIELD_TIME_LAMPS, TUNNEL_NUMBER_LAMPS,
|
||||
TUNNEL_LAMPS, TUNNEL_SCORE_LAMPS]
|
||||
while True:
|
||||
for _ in range(20):
|
||||
random_group = random.choice(all_cabinet_lamps)
|
||||
random_group.toggleRandom(0.2)
|
||||
random_group.toggleRandom(0.1)
|
||||
for lamps in all_cabinet_lamps:
|
||||
for _ in lamps.lamps:
|
||||
lamps.cycle()
|
||||
|
||||
Reference in New Issue
Block a user