python飞机大战代码/day14

import pygame from pygame.locals import * import random import time class HeroBullet():       #制作英雄子弹类     def __init__(self,x,y,windows):    #c传入子弹的x,y坐标,和窗口         self.x=x         self.y=y        
相关文章
相关标签/搜索