Quit
From MaratisWiki
Revision as of 16:55, 8 February 2014 by Dahnielson (Talk | contribs)
quit()
Bind a key to quit the game
Example :
function onSceneUpdate() if isKeyPressed("K") then quit() end end
quit()
Bind a key to quit the game
Example :
function onSceneUpdate() if isKeyPressed("K") then quit() end end