ソースを参照

?

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





読み込み中…
キャンセル
保存