Fix some alignment issues
This commit is contained in:
parent
4d6193d6cc
commit
ae9b1db692
8
init.lua
8
init.lua
@ -56,10 +56,10 @@ cmsg.push_message_player = function(player, text, color)
|
|||||||
text = text,
|
text = text,
|
||||||
number = color,
|
number = color,
|
||||||
position = {x=0.5, y=0.5},
|
position = {x=0.5, y=0.5},
|
||||||
offset = {x=0,y=-128},
|
offset = {x=-0,y=-256},
|
||||||
direction = 0,
|
direction = 3,
|
||||||
alignment = {x=0,y=-1},
|
alignment = {x=0,y=1},
|
||||||
scale = {x=300,y=18},
|
scale = {x=800,y=20*cmsg.settings.max_messages},
|
||||||
})
|
})
|
||||||
cmsg.messages[pname] = {}
|
cmsg.messages[pname] = {}
|
||||||
cmsg.next_msgids[pname] = 0
|
cmsg.next_msgids[pname] = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user