Page 1 of 1
[DONE] Entity Size
Posted: Sun Jun 23, 2019 1:46 am
by mat1k
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?
Re: Entity Size
Posted: Sun Jun 23, 2019 2:58 am
by DaveMcW
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.
Re: Entity Size
Posted: Sun Jun 23, 2019 3:29 am
by mat1k
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.
Thanks. I knew they had no rotation so was simply going to do 1x2 and 2x1 versions for those.