Replies: 1 comment 2 replies
-
If you have multiple |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
person more_vertlet's say tilemap1 a has tiles in [1,1],[1,2],[2,1] and tilemap2 has [1,2],[2,2],[2,3] and tilemap3 has [2,2],[2,1]
when I click on let's say [2,2] function outputs an array of all the tilemaps that have a tile in [2,2]. So in this case it'd return [tilemap2,tilemap3]
I was trying to do this but couldn't find a way to do it.
Beta Was this translation helpful? Give feedback.
All reactions