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

and stop

git-svn-id: http://svn.net-core.org/repos/t-engine4@6447 51575b47-30f0-44d4-a5cc-537603b46e54
parent b63a38bc
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,9 @@ function _M:saySimple(time, txt, ...)
self.center_x = (game.w) / 2
self.center_y = (game.h) / 2
if game.player.stopRun then game.player:stopRun("important news") end
if game.player.stopRest then game.player:stopRest("important news") end
end
function _M:display(nb_keyframes)
......
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