forked from your-land-mirror/minetest-flow
166 B
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",
}