Page 1 of 1

[1.0.0] scale defined twice in utility-sprites/map_exchange_string

Posted: Wed Aug 19, 2020 4:40 am
by kirazy

Code: Select all

map_exchange_string =
    {
      filename = "__core__/graphics/icons/mip/map-exchange-string.png",
      priority = "extra-high-no-scale",
      size = 32,
      scale = 1,
      flags = {"gui-icon"},
      mipmap_count = 2,
      scale = 0.5
    }
In core/utility-sprites.lua

Re: [1.0.0] scale defined twice in utility-sprites/map_exchange_string

Posted: Wed Aug 19, 2020 8:39 am
by kovarex
Thx for the report, fixed for the next release.