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,
|
||||
number = color,
|
||||
position = {x=0.5, y=0.5},
|
||||
offset = {x=0,y=-128},
|
||||
direction = 0,
|
||||
alignment = {x=0,y=-1},
|
||||
scale = {x=300,y=18},
|
||||
offset = {x=-0,y=-256},
|
||||
direction = 3,
|
||||
alignment = {x=0,y=1},
|
||||
scale = {x=800,y=20*cmsg.settings.max_messages},
|
||||
})
|
||||
cmsg.messages[pname] = {}
|
||||
cmsg.next_msgids[pname] = 0
|
||||
|
Loading…
Reference in New Issue
Block a user