import pygame import sys pygame.init() SIZE = WIDTH, HEIGHT = 200, 400 BLACK = 0, 0, 0 angle = 1 screen = pygame.display.set_mode(SIZE) leaf ...
確定! 回上一頁