Better entity collision mask options
Posted: Sun Aug 02, 2026 7:41 am
Currently the only control over entity collision that we have is defining the layers the entity is blacklisted from colliding with. Adding the ability to have layers that are either whitelisted (don't collide even if they share a blacklisted layer), or required (most be placed such that it's colliding with an entity with that layer) would allow for much greater flexibility in controlling where entities can be placed, and would more closely match the collisions we already have for tiles.