Browse Source

suppression des lignes en trop

Chap1-Challenge1-horizontal
Melo 3 years ago
parent
commit
4cc88065a1
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      birdie.py

+ 0
- 5
birdie.py View File

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


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

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




Loading…
Cancel
Save