Cook66

Results 1 comments of Cook66

Change lines 18-20 in jes_ui.py to this: `self.bigFont = pygame.font.Font('visuals/Arial.ttf', 60)` `self.smallFont = pygame.font.Font('visuals/Arial.ttf', 30)` `self.tinyFont = pygame.font.Font('visuals/Arial.ttf', 21)` And it will work. Open jes_ui.py with notepad or a pure...