代码拉取完成,页面将自动刷新
同步操作将从 Git游戏/模拟虫群(Swarm Simulator) 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Swarm Simulator</title> <!-- Load the Kongregate Javascript API --> <script type="text/javascript" src="//www.kongregate.com/javascripts/kongregate_api.js"></script> <!-- Give the shell no border/scroll bars and match the Kongregate background color.
If your game needs scrollbars, you might need to modify these styles --> <style type="text/css"> html{border: none; overflow: hidden; background-color: #333; height: 100%;}
body{border: none; background-color: #333;margin:0; padding:0; height:100%;} </style> </head> <body> <script type="text/javascript"> // Called when the API is finished loading
function onLoadCompleted(){
// Get a global reference to the kongregate API. This way, pages included in the
// iframe can access it by using "parent.kongregate"
kongregate = kongregateAPI.getAPI();
// Embed the game into the "contentdiv" div, which is defined below. You can also
// manually create your own iframe, this function is just for convenience.
// This example also passes along the kongregate user_id and game_auth_token so
// that the page can use them for authentication.
var params = "kongregate_user_id=" + kongregate.services.getUserId() +
"&kongregate_username=" + kongregate.services.getUsername() +
"&kongregate_game_auth_token=" + kongregate.services.getGameAuthToken() +
"&random=" + (Math.random() * 1000000000); // cache buster
setIFrame(params);
}
function setIFrame(params) {
//kongregateAPI.embedFrame("index.html?kongregate=1&" + params, 'contentdiv');
document.getElementById('iframedesu').src = ("index.html?kongregate=1&" + params + '#/');
}
// Begin the process of loading the Kongregate API:
kongregateAPI.loadAPI(onLoadCompleted);
// If it can't load for some reason, the game should still work </script> <!-- The div that the game will be placed into. Make sure to set the width and height properly --> <!--div id="contentdiv" style="top:0px; left:0px; width:800px; height:600px; borders:none;"--> <!-- You can manually put your game iframe in here instead of calling embedFrame above if you wish --> <!--/div--> <iframe id="iframedesu" src="index.html?kongregate=1" style="border: none; margin:0; padding:0;width:100%;height:100%;min-height:600px"></iframe>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。