godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.3k stars 21.24k forks source link

[RTL] Add tooltip support to meta/url tag. #99481

Open bruvzg opened 1 day ago

bruvzg commented 1 day ago

Adds optional tooltip argument to the push_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.

bruvzg commented 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.