We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d925a8 commit f0d0295Copy full SHA for f0d0295
Day-6/README.md
@@ -80,7 +80,7 @@ Here is some example code. The first line creates a font (this only needs to be
80
label = myfont.render("Some text!", 1, pygame.color.THECOLORS['red'])
81
screen.blit(label, (100, 100))
82
83
-####Challenge 4: Make the paddle controlled by the mouse
+####Challenge 4: Make the paddle be controlled by the mouse
84
85
KEYDOWN isn't the only event supported by Pygame. The following code is an example of how to use the MOUSEMOTION event to move your paddle:
86
0 commit comments