Skip to content
Snippets Groups Projects
Commit 548f0f3b authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Init font

parent cdbbfd08
No related branches found
No related tags found
1 merge request!94Resolve "Score of order depends on remaining time"
Pipeline #49890 passed
......@@ -97,6 +97,7 @@ class Visualizer:
if "Gui" in config and "show_counter_centers" in config["Gui"]
else False
)
pygame.font.init()
self.font = pygame.font.SysFont("Arial", 26)
def create_player_colors(self, n) -> None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment