摘要: 1 #coding=utf-8 2 import pygame 3 #导入pygame模块 4 from pygame.locals import * 5 #导入检测键盘的子模块 6 import time 7 class AircraftCoordinate(object): 8 def __init__(self,screen): 9 ... 阅读全文
posted @ 2018-05-03 21:27 胡小易 阅读(690) 评论(0) 推荐(0) 编辑