代碼: text = basicFont.render(str(coins), True, WHITE, BLACK) textRect = text.get_rect() ... import pygame, sys from pygame.locals import * pygame.init() ...
確定! 回上一頁