TrafficLight: Add label
This commit is contained in:
parent
7f67bae793
commit
ee9fb4d7fe
|
@ -205,4 +205,5 @@ When turned by 90°, it can be also used to create a bottle holder."""
|
|||
|
||||
# Colored windows
|
||||
for i in range(n):
|
||||
self.parts.disc(h-2*t, move="right") # , label="colored windows") --> todo
|
||||
self.parts.disc(h-2*t, move="right", label="colored windows")
|
||||
|
||||
|
|
Loading…
Reference in New Issue