Add z_index
This commit is contained in:
parent
bf800aa5f9
commit
d3d432b33a
1
init.lua
1
init.lua
@ -94,6 +94,7 @@ cmsg.push_message_player = function(player, text)
|
|||||||
direction = 3,
|
direction = 3,
|
||||||
alignment = {x=0,y=1},
|
alignment = {x=0,y=1},
|
||||||
scale = {x=800,y=20*cmsg.settings.max_messages},
|
scale = {x=800,y=20*cmsg.settings.max_messages},
|
||||||
|
z_index = 10,
|
||||||
})
|
})
|
||||||
cmsg.messages[pname] = {}
|
cmsg.messages[pname] = {}
|
||||||
cmsg.next_msgids[pname] = 0
|
cmsg.next_msgids[pname] = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user