add path.min.js

This commit is contained in:
Rintim 2023-09-06 22:16:31 +08:00
parent 86fb67a4b5
commit 21133e1cb2
2 changed files with 33 additions and 0 deletions

View File

@ -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--;

24
game/path.min.js vendored Normal file

File diff suppressed because one or more lines are too long