Ajout du mod misc
This commit is contained in:
@ -53,12 +53,12 @@ minetest.register_on_joinplayer(function(player)
|
||||
|
||||
hud2 = player:hud_add({
|
||||
hud_elem_type = "text",
|
||||
name = "player_hud:time",
|
||||
position = {x=0.5,y=1},
|
||||
text = "",
|
||||
scale = {x=2,y=2},
|
||||
alignment = {x=0,y=1},
|
||||
number = 0xFF0000, --0xFFFFFF,
|
||||
name = "player_hud:time",
|
||||
position = {x=0.5,y=1},
|
||||
text = "",
|
||||
scale = {x=2,y=2},
|
||||
alignment = {x=0,y=1},
|
||||
number = 0xFF0000, --0xFFFFFF,
|
||||
offset = {x=-240 , y=-65},
|
||||
}
|
||||
),
|
||||
|
Reference in New Issue
Block a user