cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user