TEXTINPUT2 import b print(b) def text_objects(text, font): textSurface = font.render(text, True, black) return textSurface, textSurface.get_rect() def ...
確定! 回上一頁