tweak score number styles

This commit is contained in:
Chris Danford
2008-03-27 05:59:09 +00:00
parent b9cba048f4
commit cf3aec361f
9 changed files with 21 additions and 15 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
function PlayerColor( pn )
if pn == PLAYER_1 then return color("0.4,1.0,0.8,1") end -- sea green
if pn == PLAYER_2 then return color("1.0,0.5,0.2,1") end -- orange
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
return color("1,1,1,1")
end