mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-05 20:40:30 +00:00
50 lines
544 B
Text
50 lines
544 B
Text
|
ClearTeams
|
||
|
|
||
|
Team "Blue"
|
||
|
{
|
||
|
PlayerColor "00 00 FF"
|
||
|
TextColor "Blue"
|
||
|
}
|
||
|
|
||
|
Team "Red"
|
||
|
{
|
||
|
PlayerColor "FF 00 00"
|
||
|
TextColor "Red"
|
||
|
}
|
||
|
|
||
|
Team "Green"
|
||
|
{
|
||
|
PlayerColor "00 FF 00"
|
||
|
TextColor "Green"
|
||
|
}
|
||
|
|
||
|
Team "Gold"
|
||
|
{
|
||
|
PlayerColor "FF FF 00"
|
||
|
TextColor "Gold"
|
||
|
}
|
||
|
|
||
|
Team "Black"
|
||
|
{
|
||
|
PlayerColor "00 00 00"
|
||
|
TextColor "Black"
|
||
|
}
|
||
|
|
||
|
Team "White"
|
||
|
{
|
||
|
PlayerColor "FF FF FF"
|
||
|
TextColor "White"
|
||
|
}
|
||
|
|
||
|
Team "Orange"
|
||
|
{
|
||
|
PlayerColor "FF 80 00"
|
||
|
TextColor "Orange"
|
||
|
}
|
||
|
|
||
|
Team "Purple"
|
||
|
{
|
||
|
PlayerColor "FF 00 FF"
|
||
|
TextColor "Purple"
|
||
|
}
|