Vinifera icon indicating copy to clipboard operation
Vinifera copied to clipboard

Implements `RadarColor` for TerrainTypes.

Open CCHyper opened this issue 2 years ago • 1 comments

Closes #570

This pull request implements RadarColor for TerrainTypes.

The game already has a system in place the override the radar colour, which is initialised to the color value from the shapefile itself, but did not have the required INI loading code for the override to work.

[TerrainType] RadarColor=<R,G,B> The pixel color that represents this terrain object on the radar. Defaults to the value defined in the shape file frame header.

CCHyper avatar Apr 30 '22 15:04 CCHyper