瀏覽代碼

?

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

+ 2
- 2
birdie.py 查看文件

@@ -3,12 +3,12 @@ TITLE = "Paf l'oiseau"
WIDTH = 400
HEIGTH = 708

birdie = actor('bird2', midtop=(400,708 ))
birdie = actor('bird2', midtop=(, ))
birdie.x_direction = 1 # rigth
birdie.y_direction = 1 # down
birdie.speed = 1

def on_mouse_down





Loading…
取消
儲存