TrafficLight: Fix edge type for front panels

This commit is contained in:
Florian Festi 2016-11-30 11:29:55 +01:00
parent 23cf0eaa3a
commit 16e93ca086
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class TrafficLight(Boxes): # change class name here and below
self.rectangularWall(h, d+s, ['f', e, 'e', e2],
move="right" if i<n-1 else "right up")
for i in range(n):
self.rectangularWall(h, h, "ffff", callback=[self.frontCB],
self.rectangularWall(h, h, "efef", callback=[self.frontCB],
move="left" if i<n-1 else "left up")
self.rectangularWall(h, d, "ffef")