Page 1 of 1

[1.1.27] map_color = {0,0,0,0} is not fully transparent

Posted: Tue Apr 13, 2021 12:09 am
by eradicator
What?
Setting the map_color, friendly_map_color or enemy_map_color to {0,0,0,0} does not make an entity invisible on the map. Instead it creates a semi-transparent green overlay. Friendly and neutral buildings are invisible with map_color = nil, but I need enemy entities to be invisible too. (Tested with 'simple-entity-with-owner').
greenish.png
greenish.png (15.31 KiB) Viewed 3037 times

Re: [1.1.27] map_color = {0,0,0,0} is not fully transparent

Posted: Tue Apr 13, 2021 6:54 pm
by boskid
Thanks for the report. Issue is now fixed for 1.1.32.

Re: [1.1.27] map_color = {0,0,0,0} is not fully transparent

Posted: Wed Apr 14, 2021 4:00 am
by eradicator
Thanks ;)