mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
quick fix
This commit is contained in:
parent
53510ea32a
commit
e069962c48
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ minetest.register_on_joinplayer(function(player)
|
|||
hud_elem_type = "text", position = {x=0.5, y=1},
|
||||
name = "xp_level", text = tostring(temp_pool.level),
|
||||
number = 0x80FF20,
|
||||
offset = {x = 0, y = -(48 + 24 + 24)},
|
||||
offset = {x = 0, y = -(48 + 24 + 24)},
|
||||
z_index = 12,
|
||||
})
|
||||
end)
|
||||
|
|
Loading…
Reference in a new issue