mirror of
https://github.com/EndPwnArchive/cynergy.git
synced 2024-08-14 22:46:57 +00:00
.,
This commit is contained in:
parent
ea81d148a6
commit
cbda597cdf
1 changed files with 6 additions and 4 deletions
|
@ -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;">
|
||||
|
|
Loading…
Reference in a new issue