Final version of release 0.2

This commit is contained in:
2022-11-22 15:54:42 -05:00
parent 71d289d98e
commit e5c3ae4ba0
5 changed files with 86 additions and 9 deletions

View File

@@ -34,10 +34,10 @@ minetest.register_on_joinplayer(function(player)
hud_elem_type = "text",
position = {x = 0.3, y = 0.7},
scale = {x = 0.3, y = 0.5},
text = "Test",
text = "Destruct-o-meter",
number = 0xff3c0a,
alignment = {x = 1},
offset = {x = 0, y = 46},
offset = {x = 200, y = 46},
})
end)