-->
if (navigator.Agent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement("style");
msViewportStyle.appendChild(
document.createTextNode(
"@-ms-viewport{width:device-width}"
)
);
document.getElementsByTagName("head")[0].
appendChild(msViewportStyle);
}
window.onkeydown = function(e) {
if ((e.keyCode == 32 || 37 || 38 || 39 || 40 )& e.target == document.body) {
e.preventDefault();
}
};
function stayStill() {
event.preventDefault() ;
}
5e6235
Your browser isn’t ed.
Please update your browser in order to run the game.