Fix some alignment issues

This commit is contained in:
Wuzzy 2015-07-03 22:46:57 +02:00
parent 4d6193d6cc
commit ae9b1db692
1 changed files with 4 additions and 4 deletions

View File

@ -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