Make tooltip area of fake UI itemstacks smaller
This commit is contained in:
parent
4ad81439d0
commit
5dc014ed22
@ -203,7 +203,7 @@ function default.ui.fake_itemstack(x, y, itemstack)
|
||||
result = result .. "item_image["..x..","..y..";1,1;"
|
||||
..minetest.formspec_escape(itemname .. " " .. itemamt).."]"
|
||||
|
||||
result = result .. "tooltip["..x..","..y..";1,1;"..minetest.formspec_escape(itemdesc).."]"
|
||||
result = result .. "tooltip["..x..","..y..";0.8,0.8;"..minetest.formspec_escape(itemdesc).."]"
|
||||
end
|
||||
|
||||
return result
|
||||
|
Loading…
Reference in New Issue
Block a user