From: kwolekr Date: Thu, 18 Apr 2013 19:26:01 +0000 (-0400) Subject: Fix Lua HUD documentation X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=c45c530f7466434a647230df34df3be7c646f729;p=zefram%2Fminetest%2Fminetest_engine.git Fix Lua HUD documentation --- diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 44b2a0b6..1308323a 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1846,7 +1846,7 @@ Detached inventory callbacks 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" position = {x=0.5, y=0.5}, ^ Left corner position of element