explained spotlight rotation
authoradrianna <adrianna.pinska@gmail.com>
Sat, 10 Sep 2016 23:01:07 +0000 (01:01 +0200)
committeradrianna <adrianna.pinska@gmail.com>
Sat, 10 Sep 2016 23:01:07 +0000 (01:01 +0200)
tabakrolletjie/scenes/help.py

index df27682e44da3f32cb37716c43ce926af2a8d998..648a5812a07465814cc8a85c77643e4ef1c8c965 100644 (file)
@@ -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."),