Lv.1
签名:无
在 【Python教程连续剧--3】超简单文字游戏了解一下?(doge) 中回复
import pgzrun
import time
LV=0
def draw():
screen.draw.text(f'LV:{LV}',(0,0),color="green",fontsize=50)
def update():
global LV
screen.clear()
LV+=1
time.sleep(1)
pgzrun.go()
额,这也算吧
2024-08-08T11:48:22 点赞:0