Fix a bunch of deprecation warnings

This commit is contained in:
a-bad-dev 2026-01-22 20:21:43 -04:00
commit 9ebc01bf29
7 changed files with 34 additions and 31 deletions

View file

@ -50,7 +50,7 @@ end)
minetest.register_on_joinplayer(function(player)
player_scope_huds[player:get_player_name()] = player:hud_add({
hud_elem_type = "image",
type = "image",
alignment = { x=0.0, y=0.0 },
position = {x = 0.5, y = 0.5},
scale = { x=2, y=2 },