TrafficLight: Add label

This commit is contained in:
Florian Festi 2022-05-25 23:40:09 +02:00
parent 7f67bae793
commit ee9fb4d7fe
1 changed files with 2 additions and 1 deletions

View File

@ -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")