瀏覽代碼

chap1-challenge6

chap1-challenge6
Jen 3 年之前
父節點
當前提交
76c6a58f53
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      birdie.py

+ 2
- 0
birdie.py 查看文件

@@ -18,6 +18,8 @@ def on_mouse_up(): # fonction 'quand la souris ne click plus'
titi.y += 100
titi.speed = 5
piou.speed = 3
titi.speed += 1
piou.speed += 1

def update():
titi.y += titi.speed # mise a jour (60x/sec) de titi


Loading…
取消
儲存