lua: hud library

This commit is contained in:
MihailRis
2024-02-16 13:57:03 +03:00
parent ffed4319da
commit 7e553efdec
14 changed files with 140 additions and 31 deletions
-4
View File
@@ -9,7 +9,3 @@ end
function inventory_share_func(invid, slotid)
inventory.set(invid, slotid, 0, 0)
end
function inventory_reposition()
return 10, gui.get_viewport()[2] - document.root.size[2] - 100
end