Add "Any Terrain", "Ignore", and "Other" as options for terrain tile interactions #4896
Daedalus1400
started this conversation in
2D
Replies: 1 comment
-
Being able to specify a specific collection of terrain sets would be even better, I think |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When setting up rules for terrain tiles in 4.0, the only options are "No tile" and "Terrain Set ". There is no way to group possibilities for faster setup.
If one wanted to make a particular tile ignore whether there is an adjacent tile in a particular position then they would need to make an alternative tile for every possible combination of tiles at that location. The number of alternatives needed would grow exponentially with the number of terrain sets present. Even with only one terrain set, the number of alternatives is unnecessarily large. The experience is similar for any grouping such as "any terrain tile" and "any tile from a different terrain set".
Adding "Any Terrain", "Ignore", and "Other" as options would streamline the creation of tile set terrain rules.
Implementation could look something like this:
Beta Was this translation helpful? Give feedback.
All reactions