Ver a proveniência

chapitre1-challenge1

chapitre1-challenge1
Jen há 3 anos
ascendente
cometimento
684f003e54
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      birdie.py

+ 3
- 3
birdie.py Ver ficheiro

@@ -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




Carregando…
Cancelar
Guardar