瀏覽代碼

chapitre1-challenge3

chapitre1-challenge4
Jen 3 年之前
父節點
當前提交
73a5928bb3
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      birdie.py

+ 4
- 0
birdie.py 查看文件

@@ -12,6 +12,10 @@ def on_mouse_down():
titi.y -= 50
titi.speed = 0

def on_mouse_up():
print('Clic souris !')
titi.y -= 50
titi.speed = 1


def update():


Loading…
取消
儲存