This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact
.pos.x/y in Impact is a floating point number. It's not rounded or truncated for physics calculations. So what you're seeing is an entity that's never perfectly aligned to fit between those two blocks.32 and 48. Now, if the entity&039;s y position is *exactly* #32, it will fit in between those blocks. This only work in theory, because the entity&039;s position might be #32.0003235 or something similar, but not quite exactly 32.{x:1, y:1} to center the image on it.