change teamcolors in openspades due to bad visabilty of green

This commit is contained in:
c 2021-12-19 12:15:47 +00:00
parent 5ce409ab1f
commit 2e07518004
1 changed files with 4 additions and 4 deletions

View File

@ -176,14 +176,14 @@ cap_limit = 10
[team1] [team1]
# information about the team1 # information about the team1
# name of the team to be displayed in-game # name of the team to be displayed in-game
name = "Blue" name = "Cyanide"
# color of the players # color of the players
color = [ 0, 0, 255] color = [ 0, 255, 255]
[team2] [team2]
# information about team2 - same settings as for team1 # information about team2 - same settings as for team1
name = "Green" name = "Pinkster"
color = [ 0, 255, 0] color = [ 255, 0, 255]
[passwords] [passwords]
# server management passwords # server management passwords