1
0
mirror of https://github.com/minetest/minetest.git synced 2025-07-06 01:40:21 +02:00

Hud: Fix offset being ignored by inventory bar

This commit is contained in:
rubenwardy
2015-01-09 17:04:25 +00:00
committed by kwolekr
parent 9a04dfd0f5
commit eae33951ad
3 changed files with 34 additions and 30 deletions

View File

@ -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.