From 12fcf96fbede458905d0f0c3a94429e4c5970dd2 Mon Sep 17 00:00:00 2001 From: adrianna Date: Sun, 11 Sep 2016 01:01:07 +0200 Subject: [PATCH] explained spotlight rotation --- tabakrolletjie/scenes/help.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tabakrolletjie/scenes/help.py b/tabakrolletjie/scenes/help.py index df27682..648a581 100644 --- a/tabakrolletjie/scenes/help.py +++ b/tabakrolletjie/scenes/help.py @@ -99,7 +99,12 @@ class HelpScene(BaseScene): "This is a pulsating lamp. Its light intensity is variable."), transform=Multiply(colour=COLOURS["cyan"])), HelpItem(("48", "spotlight.png"), ( - "This is a spotlight. Unlike a lamp, it has a rotating beam." + "This is a spotlight. Unlike a lamp, it has a beam which is" + " pointed in a particular direction. To change the direction of" + " a beam, right-click near the spotlight and drag. You can only" + " do this during the day. Some spotlights rotate."), + transform=Multiply(colour=COLOURS["red"])), + HelpItem(("48", "lamp.png"), ( " Lights can be multicoloured, like this one. You can toggle" " lights on and off at night to conserve power, and toggle the" " colour of multicoloured lights."), -- 2.34.1