Skip to content
Snippets Groups Projects

Resolve "Score of order depends on remaining time"

Merged Fabian Heinrich requested to merge 128-score-of-order-depends-on-remaining-time into dev
@@ -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:
Loading