Add green and orange kitties
This commit is contained in:
parent
2466cac60e
commit
ef75ef8b98
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
|
@ -28,6 +28,8 @@ teams.sort();
|
||||||
|
|
||||||
// Add special teams at the beginning
|
// Add special teams at the beginning
|
||||||
teams.splice(0, 0,
|
teams.splice(0, 0,
|
||||||
["Blk", "black.png", "Black Team"],
|
["Blk", "black.png", "Black Team"],
|
||||||
["Wht", "white.png", "White Team"]
|
["Wht", "white.png", "White Team"],
|
||||||
);
|
["Grn", "green.png", "Green Team"],
|
||||||
|
["Rng", "orange.png", "Orange Team"]
|
||||||
|
);
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
Loading…
Reference in New Issue