Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

There is not such thing in superpowers (for now), but you can stop a cannon js physiocs body because youse we must set time between Gravity and movement. but you can surely do a global var :

var isPause : boolean = false;


if(isPause == false){

//Move player and check if player presses a button.

}else{

//Do nothing special.

}


I hope I helped you :-D