瀏覽代碼

challenge_ok

chapitre-1-challenge-3
父節點
當前提交
cd2ab6dda9
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. +1
    -2
      birdie.py

+ 1
- 2
birdie.py 查看文件

@@ -6,9 +6,8 @@ HEIGHT = 708

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

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



Loading…
取消
儲存