lightened shadow; added rotor shadows to heli; stripped some duplication; still a lot left though

This commit is contained in:
Chris Forbes
2009-11-10 21:12:31 +13:00
parent 14910762c8
commit c00bce8bf8
4 changed files with 32 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ namespace OpenRa.Game.Graphics
foreach (string remap in new string[] { "blue", "red", "orange", "teal", "salmon", "green", "gray" })
AddPalette(new Palette(pal, new PaletteRemap(FileSystem.Open(remap + ".rem"))));
AddPalette(new Palette(pal, new PaletteRemap(Color.FromArgb(178, 0, 0, 0))));
AddPalette(new Palette(pal, new PaletteRemap(Color.FromArgb(140, 0, 0, 0))));
using (var bitmapCopy = new Bitmap(bitmap))
for (int j = 0; j < maxEntries; j++)