From 825322d000abfe0d0857c53f93f25268a0f8f286 Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sun, 5 Nov 2023 19:06:57 +0100 Subject: [PATCH] Fixed crash: Font was initialized before pygame.init() --- pg.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pg.py b/pg.py index 3c7c954..334364a 100644 --- a/pg.py +++ b/pg.py @@ -3,6 +3,8 @@ import pygame from tools import text +pygame.init() + log = text.Log() buttonlist = False