[0.14] Icon_size reducing in prototypes
Posted: Wed Sep 14, 2016 7:57 pm
Hey,
it will be cool if you can say that the icon size is reduced by 75 or 50%, so like this:
This will be add the Icon in the Front a bit smaller so that it looks much better.
Nice use will be adding easy new Virtual Signals by making the background a color virtual signal and in front of that a entity or item icon with a 25% reduced size.
Greetz,
Senpai
it will be cool if you can say that the icon size is reduced by 75 or 50%, so like this:
Code: Select all
icons = { { icon = pipe.icon, tint = { r = 1, g = 1, b = 1, a = 1 } }, { icon = MODNAME.."/graphics/"..sides..".png", tint = { r = 1, g = 1, b = 1, a = 0.85 }, icon_size = -25 } },
Nice use will be adding easy new Virtual Signals by making the background a color virtual signal and in front of that a entity or item icon with a 25% reduced size.
Greetz,
Senpai