Browse Source

updated speed

Chapitre_3_Start
Lapin-Blanc 3 years ago
parent
commit
a417a21f79
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      birdie.py

+ 1
- 1
birdie.py View File

@@ -16,6 +16,6 @@ def draw():
titi.draw() titi.draw()


titi = Actor('bird1', (75, 350)) titi = Actor('bird1', (75, 350))
titi.speed = 3
titi.speed = 1


pgzrun.go() pgzrun.go()

Loading…
Cancel
Save