Selaa lähdekoodia

chapitre1-challenge1

chapitre1-challenge1
Jen 3 vuotta sitten
vanhempi
commit
684f003e54
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      birdie.py

+ 3
- 3
birdie.py Näytä tiedosto

@@ -1,6 +1,6 @@
import pgzrun
TITLE = "Paf l'oiseau"
WIDHT = 400
WIDTH = 400
HEIGHT = 708

def draw():
@@ -9,10 +9,10 @@ def draw():

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

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




Ladataan…
Peruuta
Tallenna