Creating entities round the position (tested with particles)
Creating entities round the position (tested with particles)
I was making a explosion for the underground mining drill (when it finds oil ) and when I used the underground mining drill position, it wasnt centrated, so I adjusted the position, but it needs a decimal number (position -1.5) for it to be ok, but that .5 is rounded... so I cant put it exactly in the middle :S
Re: Creating entities round the position (tested with partic
Hmm, this is probably caused by the engine wanting it to put it on grid.
Try to add this flag into the entity specification: "placeable-off-grid"
Try to add this flag into the entity specification: "placeable-off-grid"
Code: Select all
flags = {"placeable-off-grid"}