This commit is contained in:
Cynthia Foxwell 2017-12-09 12:51:43 -07:00
parent ea81d148a6
commit cbda597cdf
1 changed files with 6 additions and 4 deletions

View File

@ -51,10 +51,6 @@
cleanup();
}
if(typeof(_cynergy_ver) !== "undefined"){
setup();
}
function loadXMAndInit(xmdata) {
if (!XMPlayer.load(xmdata)) {
return;
@ -80,6 +76,12 @@
XMPlayer.init();
setTimeout(()=>downloadXM("./assets/infected_-_mapedit_3_6kg.xm"),2500);
}
setTimeout(()=>{
if(typeof(_cynergy_ver) !== "undefined"){
setup();
}
},2000);
</script>
</head>
<body style="margin:0; font-family:monospace;">