✨
This commit is contained in:
2
main.py
2
main.py
@@ -325,7 +325,7 @@ def main(data: dict):
|
|||||||
pygame.init()
|
pygame.init()
|
||||||
pygame.font.init()
|
pygame.font.init()
|
||||||
font = pygame.font.SysFont("Comic Code",WORD_FONT_SIZE,True)
|
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)
|
screen = pygame.display.set_mode((1280, 720),pygame.RESIZABLE)
|
||||||
drawer = pygame.surface.Surface((SCREEN_WIDTH, SCREEN_HEIGHT))
|
drawer = pygame.surface.Surface((SCREEN_WIDTH, SCREEN_HEIGHT))
|
||||||
clock = pygame.time.Clock()
|
clock = pygame.time.Clock()
|
||||||
|
|||||||
Reference in New Issue
Block a user