Code: Select all
local inserter = data.raw.inserter.inserter
inserter.platform_picture = {
north = {
filename = "__core__/graphics/arrows/hint-orange-arrow-up.png",
size = {62,37},
},
east = {
filename = "__core__/graphics/arrows/hint-orange-arrow-right.png",
size = {38,73},
},
south = {
filename = "__core__/graphics/arrows/hint-orange-arrow-down.png",
size = {71,35},
},
west = {
filename = "__core__/graphics/arrows/hint-orange-arrow-left.png",
size = {43,73},
},
}
However what actually happens is that an inserter in north direction renders down arrow, and other directions are wrong as well:
north is down, east is left, south is up and west is right.


