We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ddb486 commit 9bde58cCopy full SHA for 9bde58c
src/ManualClient.py
@@ -82,7 +82,7 @@ class ManualContext(SuperContext):
82
'deathlink_received': [1, 0, 0, 1],
83
'deathlink_primed': [1, 1, 1, 1],
84
'deathlink_sent': [0, 1, 0, 1],
85
- 'game_select_button': [150/255, 200/255, 200/255, 1],
+ 'game_select_button': [150/255, 150/255, 150/255, 1],
86
}
87
88
def __init__(self, server_address, password, game, player_name) -> None:
0 commit comments