Hi all!
Here is a mod where I've found it: https://mods.factorio.com/mod/RITEG
Here is an entity and item with applied tint:
But on the electric network screen you can see that here is no tint at all:
[0.16.30] Electric network screen - tint not applied
Re: [0.16.30] Electric network screen - tint not applied
Thanks for the report. That's working correctly - the mod defined the entity icon as the pure grey icon with no tint - which is what that GUI shows.
When it should be:
When I fix the prototype it renders correctly:
https://i.imgur.com/uoQdBqa.jpg
Code: Select all
icon = "__RITEG__/graphics/icon_32.png",
Code: Select all
icons =
{
{
icon = "__RITEG__/graphics/icon_32.png",
tint = tint
}
},
https://i.imgur.com/uoQdBqa.jpg
If you want to get ahold of me I'm almost always on Discord.