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)
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)