A few specific problems
Posted: Sat Feb 10, 2018 12:00 am
So I created a smaller solar panel but used the base file picture and changed how big it was.
picture =
{
filename = "__base__/graphics/icons/solar-panel.png",
width = 71,
height = 66
},
My problem is that it is directly in the middle of 4 tiles and I want to move it so that it's only in one tile, I didn't copy the solar panel using deep copy and it's all written out. What would I do to make it only be taking up one tile and also what would I do to make it so that the error message only goes on that one tile? (Right now the error message saying it's not hooked up is on all 4 tiles and idk if fixing the other problem will fix this one too)
picture =
{
filename = "__base__/graphics/icons/solar-panel.png",
width = 71,
height = 66
},
My problem is that it is directly in the middle of 4 tiles and I want to move it so that it's only in one tile, I didn't copy the solar panel using deep copy and it's all written out. What would I do to make it only be taking up one tile and also what would I do to make it so that the error message only goes on that one tile? (Right now the error message saying it's not hooked up is on all 4 tiles and idk if fixing the other problem will fix this one too)