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):
相關文章
相關標籤/搜索