Basement-Renovator / basement-renovator

A room editor for Binding of Isaac Rebirth
Other
64 stars 28 forks source link

Pit tiling with other tiles #315

Closed filloax closed 1 month ago

filloax commented 1 month ago

Copying the feature description from the included doc in NicheFeatures.md:


In case you have two grid entities that use pit tiling and need to tile with each other/other tiles other than themselves, you can use the pitextra sub-node for entities.

An example:

<entity Image="..." EditorImage="mypit.png" UsePitTiling="1" [other attributes]>
    <pitextra Image="otherpit.png"></pitextra>
    <pitextra Image="arbitraryGrid.png"></pitextra>
</entity>

In this example, the mypit.png pits will connect to tiles with the specified spritesheets (even if they do not use pit tiling themselves). Make sure if there is a different EditorImage in the specified entities to use the path to that spritesheet instead of Image.


Usecase: this would be useful for some WIP Revelations features.

Zamiell commented 1 month ago

seems fine to me