updated unready.ts

This commit is contained in:
snus xD
2025-08-16 17:51:11 +03:00
parent 3ed0e0fc81
commit ec0b58e39f

View File

@@ -11,6 +11,8 @@ const CUTS = fs
CUTS?.shift();
if (CUTS?.at(-1) == "") CUTS?.pop();
if (!fs.existsSync("../_sprites/unready")) fs.mkdirSync("../_sprites/unready");
for (const chapter of Object.keys(CHAPTERS)) {
const OriginalPath = `../_sprites/original/${chapter}`;
const UnreadyPath = `../_sprites/unready`;