X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=tabakrolletjie%2Fscenes%2Fhelp.py;h=df27682e44da3f32cb37716c43ce926af2a8d998;hb=308292cc0c53faf90e03a23817e5037f50df2c51;hp=ca1abd21aa840722a2bbf230037fe90c10fdeec5;hpb=7217a7ce801db0571b478aa73471134891b6058c;p=tabakrolletjie.git 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):