adjusted the screen to the santoscope screen

This commit is contained in:
SallarShayegan
2025-02-25 20:36:47 +01:00
parent 958eec2aa0
commit 7890c91bd7
2 changed files with 13 additions and 6 deletions

View File

@ -2,5 +2,5 @@ import pygame
pygame.font.init()
font_helvetica = pygame.font.SysFont('Helvetica', 30)
font_helvetica16 = pygame.font.SysFont('Helvetica', 15)
font_helvetica = pygame.font.SysFont('Helvetica', 45)
font_helvetica16 = pygame.font.SysFont('Helvetica', 22)