Skip to content
Snippets Groups Projects
Commit eea9113d authored by dg's avatar dg
Browse files

BigNews displays higher up on the screen

git-svn-id: http://svn.net-core.org/repos/t-engine4@6462 51575b47-30f0-44d4-a5cc-537603b46e54
parent c58daf14
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment