Remove old games.js

This commit is contained in:
danbulant 2019-12-30 20:39:27 +01:00
parent 784997b97d
commit 7979ab6f23

View file

@ -1,10 +0,0 @@
function startGame(int){
if(int == 0){//SLIMEY JUMP
var game = document.createElement('iframe');
game.id = 'frame';
game.src = "https://v6p9d9t4.ssl.hwcdn.net/html/1493204/index.html";
game.style.position = 'fixed';
game.style.width = '100%';
game.style.zIndex = '990';
}
}