diff options
author | rubenwardy <rubenwardy@gmail.com> | 2015-01-09 17:04:25 +0000 |
---|---|---|
committer | kwolekr <kwolekr@minetest.net> | 2016-04-10 23:54:23 -0400 |
commit | eae33951ad8b13cb335fca8eaec73185959eb44e (patch) | |
tree | 314085a9b42c5f5063c96e2a39e9d70b098d2bd2 /doc | |
parent | 9a04dfd0f5a69f60318a243535993ffa234f6bf6 (diff) | |
download | minetest-eae33951ad8b13cb335fca8eaec73185959eb44e.tar.gz minetest-eae33951ad8b13cb335fca8eaec73185959eb44e.tar.bz2 minetest-eae33951ad8b13cb335fca8eaec73185959eb44e.zip |
Hud: Fix offset being ignored by inventory bar
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 17b311ffd..fdc736906 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -945,6 +945,7 @@ Displays a horizontal bar made up of half-images. * `number`: Number of items in the inventory to be displayed. * `item`: Position of item that is selected. * `direction` +* `offset`: offset in pixels from position. ### `waypoint` Displays distance to selected world position. |