I'm working on some new storage buildings but I can't find how to make objects take up more than 1 tile.
I want to make larger storage but have it take 1x2 or 2x2 tiles. Is this tied to the image size or the collision box somehow?
[DONE] Entity Size
[DONE] Entity Size
Last edited by mat1k on Sun Jun 23, 2019 3:30 am, edited 1 time in total.
Re: Entity Size
Yes, it is collision_box. You should also change selection_box, to make them easier to click.
Note that "container" and "logistic-container" do not support direction, so 1x2 cannot be rotated.
Note that "container" and "logistic-container" do not support direction, so 1x2 cannot be rotated.
Re: Entity Size
Thanks. I knew they had no rotation so was simply going to do 1x2 and 2x1 versions for those.DaveMcW wrote: Sun Jun 23, 2019 2:58 am Yes, it is collision_box. You should also change selection_box, to make them easier to click.
Note that "container" and "logistic-container" do not support direction, so 1x2 cannot be rotated.