From ae9b1db692eab2f8b953051fffefb531cb298dd7 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 3 Jul 2015 22:46:57 +0200 Subject: [PATCH] Fix some alignment issues --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 87e16b5..9cc36ad 100644 --- a/init.lua +++ b/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