X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=blobdiff_plain;f=tabakrolletjie%2Fscenes%2Fhelp.py;h=df27682e44da3f32cb37716c43ce926af2a8d998;hp=ca1abd21aa840722a2bbf230037fe90c10fdeec5;hb=308292cc0c53faf90e03a23817e5037f50df2c51;hpb=98925f4f1fdce3cf090e7098bec0b0811a5c1b16 diff --git a/tabakrolletjie/scenes/help.py b/tabakrolletjie/scenes/help.py index ca1abd2..df27682 100644 --- a/tabakrolletjie/scenes/help.py +++ b/tabakrolletjie/scenes/help.py @@ -178,6 +178,9 @@ class HelpScene(BaseScene): height = 50 x_offset = SCREEN_SIZE[0] / 2 + for tool in self._tools: + tool.render(surface) + def event(self, ev, gamestate): if ev.type == pgl.KEYDOWN: if ev.key in (pgl.K_q, pgl.K_ESCAPE):