projects
/
tabakrolletjie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98925f4
)
fixed exit button on help screen
author
adrianna
<adrianna.pinska@gmail.com>
Sat, 10 Sep 2016 22:46:08 +0000
(
00:46
+0200)
committer
adrianna
<adrianna.pinska@gmail.com>
Sat, 10 Sep 2016 22:46:17 +0000
(
00:46
+0200)
tabakrolletjie/scenes/help.py
patch
|
blob
|
history
diff --git
a/tabakrolletjie/scenes/help.py
b/tabakrolletjie/scenes/help.py
index ca1abd21aa840722a2bbf230037fe90c10fdeec5..df27682e44da3f32cb37716c43ce926af2a8d998 100644
(file)
--- 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):