定义一个移动地图类class MyMap(): def __init__(self, x, y): # 加载背景图片self.bg = pygame.image.load("image/bg.png").convert_alpha() self.x ...
確定! 回上一頁