0

I cant figure out how to change the size of the title. The 2 lines of code are as follows:

        title = self.font.render('Linked', True, BLACK)
        title_rect = title.get_rect(x=240, y=10)
Qstz D
  • 3
  • 3
  • You have to use a [`pygame.font.Font`](https://www.pygame.org/docs/ref/font.html#pygame.font.Font) (or `pygame.font.SysFont`) with a larger size. – Rabbid76 Oct 02 '22 at 09:20

0 Answers0