misc hud-related updates

This commit is contained in:
MihailRis
2024-02-15 14:43:03 +03:00
parent 1f3d1e2640
commit 11bb9e5926
23 changed files with 400 additions and 165 deletions
+2 -2
View File
@@ -10,6 +10,6 @@ function inventory_share_func(invid, slotid)
inventory.set(invid, slotid, 0, 0)
end
function time_change(x)
world.set_day_time(x)
function inventory_reposition()
return 10, gui.get_viewport()[2] - document.root.size[2] - 100
end