From 881dec78a8c8e58d94ec30c1f6ecc4c2ea3d5764 Mon Sep 17 00:00:00 2001 From: Vincent Poulailleau Date: Fri, 12 Apr 2024 11:51:53 +0200 Subject: [PATCH] change color and size of server info --- space_collector/viewer/score.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/space_collector/viewer/score.py b/space_collector/viewer/score.py index 84a0438..06e7694 100644 --- a/space_collector/viewer/score.py +++ b/space_collector/viewer/score.py @@ -89,8 +89,8 @@ def draw(self) -> None: constants.SCORE_HEIGHT - constants.SCORE_TIME_MARGIN - constants.SCORE_TEAM_SIZE // 4, - 1, - size=constants.SCORE_FONT_SIZE, + 2, + size=constants.SCORE_FONT_SIZE - 4, ) for index, team_data in enumerate( sorted(self.teams_data, key=lambda td: td.score)