require('libs/weapp-adapter/index'); var Parser = require('libs/xmldom/dom-parser'); window.DOMParser = Parser.DOMParser; require('libs/wx-downloader.js'); require('src/settings.69fb1'); var settings = window._CCSettings; require('main.62c76'); require(settings.debug ? 'cocos2d-js.js' : 'cocos2d-js-min.18e68.js'); require('./libs/engine/index.js'); // require('./libs/remote-downloader'); // Adjust devicePixelRatio cc.view._maxPixelRatio = 3; wxDownloader.REMOTE_SERVER_ROOT = "https://sszgh5-cdn.shiyuegame.com/h5/test_res"; wxDownloader.SUBCONTEXT_ROOT = ""; var pipeBeforeDownloader = cc.loader.subPackPipe || cc.loader.md5Pipe || cc.loader.assetLoader; cc.loader.insertPipeAfter(pipeBeforeDownloader, wxDownloader); if (cc.sys.browserType === cc.sys.BROWSER_TYPE_WECHAT_GAME_SUB) { var _WECHAT_SUBDOMAIN_DATA = require('src/subdomain.json.js'); cc.game.once(cc.game.EVENT_ENGINE_INITED, function () { cc.Pipeline.Downloader.PackDownloader._doPreload("WECHAT_SUBDOMAIN", _WECHAT_SUBDOMAIN_DATA); }); require('./libs/sub-context-adapter'); } else { // Release Image objects after uploaded gl texture cc.macro.CLEANUP_IMAGE_CACHE = true; } cc.loader.downloader.loadSubpackage('project', function (err) { // require('main.9f570'); if (err) { return console.error(err); } console.log('load subpackage successfully.'); wxDownloader.init(); window.boot(); }); // remoteDownloader.init(); // window.boot();