Rewrite TS minimap rendering:
* Rename LeftColor and RightColor to MinColor and MaxColor These are mapped from LowRadarColor and HighRadarColor in the original inis, and appear to be used to set the bounding values for selecting a random colour, NOT for left/right pixels (which caused noticeably wrong banding). * Adjust brightness based on terrain height. MinHeightColorBrightness and MaxHeightColorBrightness were chosen by trial/error to match the original map preview rendering.
This commit is contained in:
committed by
Oliver Brakmann
parent
83c53e17e0
commit
5f588561b6
@@ -65,6 +65,7 @@ namespace OpenRA.Mods.Common.UpdateRules
|
||||
new SpawnActorPowerDefaultEffect(),
|
||||
new RemoveConditionManager(),
|
||||
new ConvertSupportPowerRangesToFootprint(),
|
||||
new UpdateTilesetColors(),
|
||||
})
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user