Browse Source

suppression des lignes inutiles

challenge2BirdStop
Melo 3 years ago
parent
commit
ebd42d2f78
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      birdie.py

+ 0
- 6
birdie.py View File

@@ -10,12 +10,6 @@ def draw():
screen.blit('background', (0, 0))
titi.draw()

def on_mouse_down():
print('Clic souris !')
#titi.y -= 20
#titi.x -= -10
titi.speed = 0

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



Loading…
Cancel
Save