✨
This commit is contained in:
2
main.py
2
main.py
@@ -352,7 +352,7 @@ def main(data: dict):
|
||||
pygame.mixer.music.play(-1)
|
||||
|
||||
font = pygame.font.SysFont("Comic Code",WORD_FONT_SIZE,True)
|
||||
print(font.size(WORD_SLOT_SPACING))
|
||||
# print(font.size(WORD_SLOT_SPACING))
|
||||
screen = pygame.display.set_mode((1280, 720),pygame.RESIZABLE)
|
||||
drawer = pygame.surface.Surface((SCREEN_WIDTH, SCREEN_HEIGHT))
|
||||
clock = pygame.time.Clock()
|
||||
|
||||
Reference in New Issue
Block a user