mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
Remove usage of fs plugin
This commit is contained in:
parent
a3084f0d32
commit
4b7ecf434e
@ -563,7 +563,7 @@ export function populateAnims() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (let ma of moveAnims.keys()) {
|
/*for (let ma of moveAnims.keys()) {
|
||||||
const data = moveAnims.get(ma);
|
const data = moveAnims.get(ma);
|
||||||
(async () => {
|
(async () => {
|
||||||
await fs.writeFile(`./public/battle-anims/${Moves[ma].toLowerCase().replace(/\_/g, '-')}.json`, JSON.stringify(data, (k, v) => {
|
await fs.writeFile(`./public/battle-anims/${Moves[ma].toLowerCase().replace(/\_/g, '-')}.json`, JSON.stringify(data, (k, v) => {
|
||||||
@ -574,5 +574,5 @@ export function populateAnims() {
|
|||||||
return v;
|
return v;
|
||||||
}, ' '));
|
}, ' '));
|
||||||
})();
|
})();
|
||||||
}
|
}*/
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user