We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ffad2 commit f70b4beCopy full SHA for f70b4be
bouncing_ball/bounceball.py
@@ -4,7 +4,7 @@
4
5
size = width, height = 620, 540
6
speed1 = [1.5, 1.5]
7
-speed2 = [1, 1]
+speed2 = [2, 2]
8
black = 0, 0, 0
9
10
screen = pygame.display.set_mode(size)
0 commit comments