- 博客(1)
- 收藏
- 关注
原创 pygame 捡金币小游戏
import pygameimport randomimport timeMAIN = Truedef show_score(): num = str(SCORE) x = 0 y = 0 for i in num: i = int(i) screen.blit(number_list[i], (x, y)) x += 20def manage(): global SCORE global .
2022-05-22 01:34:34
230
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人