diff --git a/birdie.py b/birdie.py index f467843..3d98845 100644 --- a/birdie.py +++ b/birdie.py @@ -16,6 +16,6 @@ def draw(): titi.draw() titi = Actor('bird1', (75, 350)) -titi.speed = 3 +titi.speed = 1 pgzrun.go()