diff --git a/Birdies.py b/Birdies.py index c680322..bff41b5 100644 --- a/Birdies.py +++ b/Birdies.py @@ -19,6 +19,6 @@ def on_mouse_down(): def update(): titi.x += titi.speed -titi.speed = 1 +titi.speed = 2 pgzrun.go() \ No newline at end of file