Ajout du mod misc

This commit is contained in:
sys4-fr
2018-11-03 15:12:44 +01:00
parent e333fde4a8
commit 094974d5ab
30 changed files with 1468 additions and 8 deletions

View File

@ -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},
}
),