Open bruvzg opened 1 day ago
However, I wonder if the tooltip parameter should be hint instead, for consistency with the existing [hint] tag.
It's already using tooltip
parameter for the img
tag, so it looks more consistent to used it here as well.
Adds optional
tooltip
argument to thepush_meta
. Also, can be used as[url href=PATH tooltip="tooltip"]visible text[/url]
bbcode tag.Can be used to simplify https://github.com/godotengine/godot/pull/99480 implementation.