import pygame class InputBox(): def __init__(self, x, y): self.font = pygame.font.Font(None, 32) self.inputBox = pygame.Rect(x, y, 140, 32)
確定! 回上一頁