mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 08:21:44 -04:00
Update hud.lua
This commit is contained in:
parent
1cc18b840c
commit
6a35aeebf7
1 changed files with 2 additions and 2 deletions
4
hud.lua
4
hud.lua
|
@ -6,7 +6,7 @@ core.register_on_joinplayer(function(player)
|
||||||
local data = {}
|
local data = {}
|
||||||
|
|
||||||
data.imageid = player:hud_add({
|
data.imageid = player:hud_add({
|
||||||
hud_elem_type = "image",
|
type = "image",
|
||||||
name = "MailIcon",
|
name = "MailIcon",
|
||||||
position = {x=0.52, y=0.52},
|
position = {x=0.52, y=0.52},
|
||||||
text="",
|
text="",
|
||||||
|
@ -15,7 +15,7 @@ core.register_on_joinplayer(function(player)
|
||||||
})
|
})
|
||||||
|
|
||||||
data.textid = player:hud_add({
|
data.textid = player:hud_add({
|
||||||
hud_elem_type = "text",
|
type = "text",
|
||||||
name = "MailText",
|
name = "MailText",
|
||||||
position = {x=0.55, y=0.52},
|
position = {x=0.55, y=0.52},
|
||||||
text= "",
|
text= "",
|
||||||
|
|
Loading…
Add table
Reference in a new issue