ADD highlighting for selected player

This commit is contained in:
2025-04-27 15:55:01 +02:00
parent 45c032bec1
commit 210226a9ef
4 changed files with 15 additions and 6 deletions

View File

@@ -27,7 +27,8 @@ def main():
"pressed_button_colour": (150, 150, 150),
"text_colour": (255, 255, 255),
"background_colour": (30, 30, 30),
"foreground_colour": (100, 100, 100)
"foreground_colour": (100, 100, 100),
"player_selected_colour": (255, 255, 0),
}
}