Guest User

Untitled

a guest
Apr 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. self.font = pygame.font.Font(self.fontString, self.size)
  2.  
  3. def createRenderizable(self):
  4. self.textSurface = self.font.render(self.text, self.antialias, self.color, self.backgroundColor)
Add Comment
Please, Sign In to add comment