37
2023-03-31 19:40 作者:某科學(xué)的無名少女 | 我要投稿
from pgzrun import*
WIDTH=800
HEIGHT=400
bg=Actor("court.png")
py1=Actor("player1.png")
PY2=Actor("player2.png")
py1.x=200
py1.y=100
PY2.x=200
PY2.y=250
def draw():
? ? bg.draw()
? ? py1.draw()
? ? PY2.draw()
go()
標(biāo)簽: