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