minetest-flow/doc/tooltips.md
2025-02-27 17:33:13 +13:00

166 B

Tooltips

You can add tooltips to elements using the tooltip field:

gui.Image{
    w = 2, h = 2,
    texture_name = "air.png",
    tooltip = "Air",
}