added button for skipping to day and documented it
[tabakrolletjie.git] / tabakrolletjie / scenes / help.py
index 0f6a94c87b8f1d3f86328598a987177e9a5a5bac..c58fea548eb8cc1dbcf77f6d17770ca6c12c140d 100644 (file)
@@ -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