Rect (x,y,w,h) color = [0,0,0] def __init__(self,x,y,w,h,color): self.x = x self.y = y self.w = w self.h = h self.color = color self.rect = pygame.
確定! 回上一頁