make `game.js` load `path.js` instead of `path.min.js`.

This commit is contained in:
Rintim 2023-10-05 18:21:41 +08:00
parent 48f0cd2d15
commit 79bebc147a
No known key found for this signature in database
GPG Key ID: BE9E1EA615BACFCF
1 changed files with 1 additions and 1 deletions

View File

@ -9242,7 +9242,7 @@
window.game=game; window.game=game;
game.dynamicStyle.init(); game.dynamicStyle.init();
// node:path library alternative // 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; lib.path=window._noname_path;
delete window._noname_path; delete window._noname_path;
},e=>{ },e=>{