Browse Source

???

chapitre1_perso
myrddin 3 years ago
parent
commit
a699011ee5
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      birdie.py

+ 0
- 4
birdie.py View File

@@ -4,8 +4,6 @@ TITLE = "Paf l'oiseau"
WIDTH = 400
HEIGHT = 708



def on_mouse_down():
print('Clic souris !')
titi.speed = 0
@@ -21,7 +19,6 @@ def on_key_up(key):
print("up!")
titi.speed += 3
tutu.speed += 3

def draw():
screen.blit('cascade', (0, 0))
@@ -39,7 +36,6 @@ def update():
tutu.x = 400
if tutu.x > 400:
tutu.x = 0

titi = Actor('bird1', (175, 350))
tutu = Actor('birdinverse', (75, 220))


Loading…
Cancel
Save