Text/SpriteFont range tagging; New examples; New script APIs; Performance improvements & more.
Improvement for the amazing text tag system:
new condition `has any tag at position` (or a symbol like -1 we can use for any tag)
and a expression like `text.currentTag` that returns the tag in that event.
This would allow us to create one event that handles multiple tags, for tooltips etc. Currently we would need to create a new event per tag (or loop over a list).
Doesn't the TagAtPosition expression added in this release already do that?
oh yea, that works, my bad!