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