import pygame, sys from pygame.locals import * x = 0 y = 0 #Basic stuff: pygame.init() screen=pygame.display.set_mode((640,360),0,32) ...
確定! 回上一頁