Final version of release 0.2
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user