3233343536373839404142
case 'p': // Retour au jeu if(window.isPauseStatus()) { window.hidePause(); window.showGame(); Game.getInstance().setRunning(true); Game.getInstance().start(); } // Mise en pause