X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=blobdiff_plain;f=tabakrolletjie%2Fscenes%2Fhelp.py;h=c58fea548eb8cc1dbcf77f6d17770ca6c12c140d;hp=0f6a94c87b8f1d3f86328598a987177e9a5a5bac;hb=c8191a153de7d9354c781b915e6aa3c41c5fc94b;hpb=ea91002db68118e01b0d09527783a39b4112ac3e 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