Skip to content

Commit 08863d5

Browse files
Don't change pong
1 parent cf57c80 commit 08863d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

animations/pong/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def check_speed(curr, speed, end): #Helper function that keeps the ball in bound
3535
x_vals = Queue(maxsize=tailsize)
3636
y_vals = Queue(maxsize=tailsize)
3737
out = FadeAnimation() #Set up the fade animation
38-
out.FADERATE = 5.0
38+
out.FADERATE = 1.0
3939
out.start()
4040

4141
for i in range(MAX_X * MAX_Y):

0 commit comments

Comments
 (0)