import pygame from pygame.locals import * class Text: """Create a text object.""" def __init__(self, text, pos, **options): self.text = text.
確定! 回上一頁