X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=tabakrolletjie%2Fscenes%2Fhelp.py;h=c58fea548eb8cc1dbcf77f6d17770ca6c12c140d;hb=bf0cca2f391ed3e49b09933325b430c33cf59daf;hp=0f6a94c87b8f1d3f86328598a987177e9a5a5bac;hpb=01cc81943ba89fb856466c79e79e954d9296a944;p=tabakrolletjie.git diff --git a/tabakrolletjie/scenes/help.py b/tabakrolletjie/scenes/help.py index 0f6a94c..c58fea5 100644 --- a/tabakrolletjie/scenes/help.py +++ b/tabakrolletjie/scenes/help.py @@ -90,6 +90,11 @@ class HelpScene(BaseScene): HelpItem(("32", "pause.png"), ( "You can pause the game during the night if you need to make a" " more detailed analysis of why you're losing horribly.")), + HelpItem(("32", "day.png"), ( + "If you have run out of turnips, you can click this button to" + " skip to the next day. Or you can keep playing with your lights." + " If you have no power left either, or you are completely" + " bankrupt, the night will end automatically.")), ] # Special mould assembly @@ -99,6 +104,9 @@ class HelpScene(BaseScene): items[1]._img.blit( loader.load_image("32", "eyeballA.png").convert_alpha(), (10, 10), None) + items[1]._img.blit( + loader.load_image("32", "eyelid.png").convert_alpha(), + (10, 10), None) return items