Behavior for Tilemaps, adding support for animated tiles.
It is limited to only one by design, the intended solution is to add the behavior multiple times to the same tilemap to achieve this.
This has the advantage of having the right amount of properties depending on how many tiles you want to animate, so you can easily set it up without needing events. You can also rename the behaviors to make it clearer which tile the given behavior is animating.
I see, I didn't think of this way to do it.
Perhaps need a little "how to use it" ? this behavior is way too good to keep it in the dark :)