This commit is contained in:
Chris Danford
2008-07-06 21:40:03 +00:00
parent 5d1f7d4cbc
commit d2e5c2751d
73 changed files with 2235 additions and 86 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
function PlayerColor( pn )
if pn == PLAYER_1 then return color("1.0,0.5,0.2,1") end -- orange
if pn == PLAYER_2 then return color("0.4,1.0,0.8,1") end -- sea green
if pn == PLAYER_1 then return color("#baa200") end -- orange
if pn == PLAYER_2 then return color("#83b767") end -- sea green
return color("1,1,1,1")
end