move files to old to begin on actual program

Signed-off-by: Better nya <nya@nya.com>
This commit is contained in:
Better nya 2026-02-18 13:24:45 +11:00
parent 218dc27b37
commit b2aafde7d5
2 changed files with 5 additions and 0 deletions

5
old/installed_fonts.py Normal file
View file

@ -0,0 +1,5 @@
import pygame
pygame.init()
pygame.font.init()
fonts = pygame.font.get_fonts()
print(fonts)