From ee9fb4d7fe372f8b45c4cbe3f2d63f5f5d67e9e3 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 25 May 2022 23:40:09 +0200 Subject: [PATCH] TrafficLight: Add label --- boxes/generators/trafficlight.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boxes/generators/trafficlight.py b/boxes/generators/trafficlight.py index b16b1b0..4661bbf 100644 --- a/boxes/generators/trafficlight.py +++ b/boxes/generators/trafficlight.py @@ -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") +