Fix Lua HUD documentation
parent
852f768a75
commit
c45c530f74
|
@ -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…
Reference in New Issue