Add green and orange kitties

This commit is contained in:
Neale Pickett 2012-07-14 15:07:52 -06:00
parent 2466cac60e
commit ef75ef8b98
3 changed files with 5 additions and 3 deletions

BIN
logos/green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -29,5 +29,7 @@ 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"]
); );

BIN
logos/orange.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB