摘要: import pygame from pygame.locals import * import random import time """搭建界面,主要完成窗口背景图的显示""" class Base(object): def __init__(self,screen_temp,x,y,imag 阅读全文
posted @ 2020-04-05 01:41 红色天空下 阅读(134) 评论(0) 推荐(0)