move files to old to begin on actual program
Signed-off-by: Better nya <nya@nya.com>
This commit is contained in:
parent
218dc27b37
commit
b2aafde7d5
2 changed files with 5 additions and 0 deletions
5
old/installed_fonts.py
Normal file
5
old/installed_fonts.py
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
import pygame
|
||||||
|
pygame.init()
|
||||||
|
pygame.font.init()
|
||||||
|
fonts = pygame.font.get_fonts()
|
||||||
|
print(fonts)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue