REPLACE CS2 logo to be more visible

This commit is contained in:
2025-04-27 12:35:01 +02:00
parent efdaee6147
commit 0c2c8bc3e1
3 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ def main():
"show_names": True
},
"styling": {
"font": pygame.font.Font("assets/fonts/Metropolis-Regular.ttf", 36),
"font": pygame.font.Font("assets/fonts/Metropolis-Regular.ttf", 30),
"small_font": pygame.font.Font("assets/fonts/Metropolis-Regular.ttf", 15),
"button_colour": (200, 200, 200),
"pressed_button_colour": (150, 150, 150),