outsourced the fonts to a new module

This commit is contained in:
SallarShayegan
2025-02-24 23:21:56 +01:00
parent f7c8df5cfc
commit 2279af9159

6
fonts.py Normal file
View File

@ -0,0 +1,6 @@
import pygame
pygame.font.init()
font_helvetica = pygame.font.SysFont('Helvetica', 30)
font_helvetica16 = pygame.font.SysFont('Helvetica', 15)