From eea9113d0c5b4c231623d7d68cf8bb9c2fe00d81 Mon Sep 17 00:00:00 2001 From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54> Date: Sun, 24 Feb 2013 21:00:01 +0000 Subject: [PATCH] BigNews displays higher up on the screen git-svn-id: http://svn.net-core.org/repos/t-engine4@6462 51575b47-30f0-44d4-a5cc-537603b46e54 --- game/modules/tome/class/BigNews.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/class/BigNews.lua b/game/modules/tome/class/BigNews.lua index 6e36f5d23a..50c90f33eb 100644 --- a/game/modules/tome/class/BigNews.lua +++ b/game/modules/tome/class/BigNews.lua @@ -43,7 +43,7 @@ function _M:saySimple(time, txt, ...) self.list_y = (- self.list[1].h * #self.list) / 2 self.center_x = (game.w) / 2 - self.center_y = (game.h) / 2 + self.center_y = (game.h) / 5 if game.player.stopRun then game.player:stopRun("important news") end if game.player.stopRest then game.player:stopRest("important news") end -- GitLab