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