jes
jes copied to clipboard
font is too big
some of the fonts are too big anyone have any idea to fix it?
Font size is defined in jes_ui.py
Lines 18-20
self.bigFont = pygame.font.SysFont('Arial', 60)
self.smallFont = pygame.font.SysFont('Arial', 30)
self.tinyFont = pygame.font.SysFont('Arial', 21)
You can try making values here even smaller