import pygame import random pygame.init() black = (0, 0, 0) green = (91,231,196) gameNaughtybox = pygame.display.set_mode((600,600)) def ...
確定! 回上一頁