Python版飞机大战

import pygame import time import random from pygame.locals import * size = width, height = 480, 800 i = 0 # 提取父类 class Plane(object): def __init__(self, screen_temp, x, y, image_path):
相关文章
相关标签/搜索