Browse Source

titivitesse augmente

Chap1-challenge6-vitesseacceleree
Melo 3 years ago
parent
commit
507a54b224
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      birdie.py

+ 3
- 1
birdie.py View File

@@ -14,7 +14,9 @@ def on_mouse_down():
print('Clic souris !')
#titi.y -= 20
#titi.x -= -10
titi.speed = 0
#titi.speed = 0
titi.speed +=1

def update():
titi.x += titi.speed


Loading…
Cancel
Save