Open KOYK opened 4 years ago
The code dependency for this has been implemented years ago.
Convert the TD palette to a palette composed of 32 bit colors (you can load such via PaletteFromGimpOrJasc
or PaletteFromPng
) and replace the ShadowColor
slot with whatever color you consider this to be (I'd try 128 128 128 128 first). You do not need to define shadow indexes on 32 bit palettes for this same reason.
Waiting for https://github.com/OpenRA/OpenRA/issues/18328