can i set the Icon Size of an Icon that is in the Game smaller to use it 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 } } }
Greetz,
Luzifer