fix the remaining issues with the ra desert terrain
- extract mix file as it is easier to work with SHPs - light palette rotator now excludes terrain palette - water palette rotator now excludes player palette - use wire fence, sand bags and brick wall from cnc - draw ressources with player palette (workaround) - delete all test maps
This commit is contained in:
@@ -24,7 +24,7 @@ namespace OpenRA.Mods.RA
|
||||
t += .5f;
|
||||
}
|
||||
|
||||
static readonly string[] ExcludePalettes = { "cursor", "chrome", "colorpicker" };
|
||||
static readonly string[] ExcludePalettes = { "cursor", "chrome", "colorpicker", "terrain" };
|
||||
|
||||
public void AdjustPalette(Dictionary<string,Palette> palettes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user