瀏覽代碼

challenge 3

challenge-6
Melissa 3 年之前
父節點
當前提交
c2eaf35dc5
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      birdie.py

+ 3
- 0
birdie.py 查看文件

@@ -8,6 +8,9 @@ def on_mouse_down():
print('Stop!')
titi.speed = 0

def on_mouse_up():
titi.speed = 1

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


Loading…
取消
儲存