mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix Lua HUD documentation
This commit is contained in:
parent
852f768a75
commit
c45c530f74
1 changed files with 1 additions and 1 deletions
|
@ -1846,7 +1846,7 @@ Detached inventory callbacks
|
||||||
|
|
||||||
HUD Definition (hud_add, hud_get)
|
HUD Definition (hud_add, hud_get)
|
||||||
{
|
{
|
||||||
type = "image",
|
hud_elem_type = "image", -- see HUD element types
|
||||||
^ type of HUD element, can be either of "image", "text", "statbar", or "inventory"
|
^ type of HUD element, can be either of "image", "text", "statbar", or "inventory"
|
||||||
position = {x=0.5, y=0.5},
|
position = {x=0.5, y=0.5},
|
||||||
^ Left corner position of element
|
^ Left corner position of element
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue