X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=blobdiff_plain;f=tabakrolletjie%2Fscenes%2Fhelp.py;fp=tabakrolletjie%2Fscenes%2Fhelp.py;h=4ec31fc5d7e9b083b5940821f150f6fc5eff3bd1;hp=648a5812a07465814cc8a85c77643e4ef1c8c965;hb=eaba54e95ab4dbfd54a4001b116fe1679a30661e;hpb=ff511928a9e814b987399cf6d8a58cfe0b49a7fe diff --git a/tabakrolletjie/scenes/help.py b/tabakrolletjie/scenes/help.py index 648a581..4ec31fc 100644 --- a/tabakrolletjie/scenes/help.py +++ b/tabakrolletjie/scenes/help.py @@ -96,7 +96,8 @@ class HelpScene(BaseScene): " during the night. The battery recharges during the day."), transform=Multiply(colour=COLOURS["yellow"])), HelpItem(("48", "pulsatinglamp.png"), ( - "This is a pulsating lamp. Its light intensity is variable."), + "This is a pulsating lamp. Its light radius increases and" + " decreases."), transform=Multiply(colour=COLOURS["cyan"])), HelpItem(("48", "spotlight.png"), ( "This is a spotlight. Unlike a lamp, it has a beam which is" @@ -141,11 +142,15 @@ class HelpScene(BaseScene): " available on your level.")), HelpItem(("32", "spotlight.png"), ( "Once you have selected a colour option, you will be able to" - " place the light."), + " place the light, as long as this does not reduce your seed" + " count to zero. The cost will be deducted from your seed" + " total."), transform=Multiply(colour=COLOURS["magenta"])), HelpItem(("32", "remove.png"), ( "Buyer's remorse? Use this icon to blow up unwanted lights. You" " don't get your money back. Sorry.")), + HelpItem(("32", "default_cursor.png"), ( + "You can use this to change your cursor back to an arrow.")), HelpItem(("32", "night.png"), ( "When you have finished planting seeds and placing lights, you" " can prepare for Boyd's night-time onslaught by clicking this"