Page 1 of 1

[0.17.38] Technology icons array doesn't work as expected

Posted: Fri May 10, 2019 8:24 pm
by bobingabout

Code: Select all

    icons =
    {
      {
        icon = "__base__/graphics/technology/laser-turrets.png",
        icon_size = 128,
      },
      {
        icon = "__bobwarfare__/graphics/icons/plasma.png",
        icon_size = 64,
        tint = {r = 0.4, g = 0.7, b = 1, a = 1},
        shift = {-32, 0}
      },
    },
https://www.dropbox.com/s/04szgyk7rxezx ... 2.png?dl=0

It seems to show as expected in the large 128x128 icon, but the smaller one in the list in the lower left side doesn't show as expected.

Re: [0.17.38] Technology icons array doesn't work as expected

Posted: Fri May 10, 2019 8:27 pm
by Bilka
Duplicate of 67210