Skip to content

Commit

Permalink
change color and size of server info
Browse files Browse the repository at this point in the history
  • Loading branch information
vpoulailleau committed Apr 12, 2024
1 parent bddd28d commit 881dec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions space_collector/viewer/score.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 881dec7

Please sign in to comment.