added PaletteType enum
This commit is contained in:
@@ -25,7 +25,7 @@ namespace OpenRa.Game.Traits
|
||||
return rs;
|
||||
|
||||
if (self.Owner == Game.LocalPlayer)
|
||||
return rs.Select(a => a.WithPalette(8));
|
||||
return rs.Select(a => a.WithPalette(PaletteType.Shadow));
|
||||
else
|
||||
return new Renderable[] { };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user