Browse Source

challenge_1

chapitre-1-challenge-1
Jordan Pleugers 3 years ago
parent
commit
c1001c9941
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 = Actor('bird1', (75, 350))

titi.speed = 1
titi.speed = 0

pgzrun.go()

Loading…
Cancel
Save