ldtk icon indicating copy to clipboard operation
ldtk copied to clipboard

[Feature Request] Store a `__` property for overlapping world layer neighbors

Open spindlebink opened this issue 3 years ago • 1 comments

My single favorite feature in LDtk is the way it handles worlds and levels. Automating neighbor connections in a Metroidvania-style game is a cinch with the __neighbors table.

My request is for a similar __overlappingNeighbors or a similar property name associated with the neighbors that overlap in world space. Since world layers are a feature enabling stacking levels on top of each other for the purpose of, say, making rooms or tunnels that a player can enter, it seems like a good idea to give levels information about which other levels it overlaps with.

spindlebink avatar Apr 26 '22 18:04 spindlebink

Good idea :) Thanks for the suggestion.

deepnight avatar Apr 26 '22 20:04 deepnight

Done in 1.3.5

deepnight avatar Sep 20 '23 07:09 deepnight