摘要:
显示效果: 阅读全文
posted @ 2018-05-04 07:36
胡小易
阅读(572)
评论(0)
推荐(0)
摘要:
1 #coding=utf-8 2 import pygame 3 import random 4 #导入pygame模块 5 from pygame.locals import * 6 #导入检测键盘的子模块 7 import time 8 class PublicAircraft(): 9 def __init__(self,screen,plan... 阅读全文
posted @ 2018-05-04 07:19
胡小易
阅读(606)
评论(0)
推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-05-04 06:32
胡小易
阅读(24)
评论(0)
推荐(0)