瀏覽代碼

ajout tube

ch-2-start
cyclopsng 3 年之前
父節點
當前提交
c99c300064
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      birdie.py

+ 4
- 1
birdie.py 查看文件

@@ -14,9 +14,12 @@ def update():
def draw():
screen.blit('background', (0, 0))
titi.draw()
tube_superieur.draw()
tube_inferieur.draw()

titi = Actor('bird1', (75, 350))
titi.speed = 1

tube_superieur = Actor('top', (300,0))
tube_inferieur = Actor('bottom', (300,700))

pgzrun.go()

Loading…
取消
儲存