add path.min.js
This commit is contained in:
parent
86fb67a4b5
commit
21133e1cb2
|
@ -6992,6 +6992,7 @@
|
|||
'<li>游击:若一名角色拥有带有“游击”的技能,则当该游击技能执行至“游击”处时,若本次技能的目标角色在你的攻击范围内,且你不在其攻击范围内,则你可以执行“游击”后的额外效果。'+
|
||||
''
|
||||
},
|
||||
path:{},
|
||||
setIntro:function(node,func,left){
|
||||
if(lib.config.touchscreen){
|
||||
if(left){
|
||||
|
@ -8237,6 +8238,14 @@
|
|||
delete _status.htmlbg;
|
||||
|
||||
window.game=game;
|
||||
// node:path library
|
||||
if (typeof window.require=="function") lib.path=require("path");
|
||||
else lib.init.js(`${lib.assetURL}game`,"path.min",()=>{
|
||||
lib.path=window._noname_path;
|
||||
delete window._noname_path;
|
||||
},(e)=>{
|
||||
throw e;
|
||||
});
|
||||
var styleToLoad=6;
|
||||
var styleLoaded=function(){
|
||||
styleToLoad--;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue