make `game.js` load `path.js` instead of `path.min.js`.
This commit is contained in:
parent
48f0cd2d15
commit
79bebc147a
|
@ -9242,7 +9242,7 @@
|
|||
window.game=game;
|
||||
game.dynamicStyle.init();
|
||||
// node:path library alternative
|
||||
if (typeof module!="object"||typeof module.exports!="object") lib.init.js(`${lib.assetURL}game`,"path.min",()=>{
|
||||
if (typeof module!="object"||typeof module.exports!="object") lib.init.js(`${lib.assetURL}game`,"path",()=>{
|
||||
lib.path=window._noname_path;
|
||||
delete window._noname_path;
|
||||
},e=>{
|
||||
|
|
Loading…
Reference in New Issue