added unique sprites support

This commit is contained in:
snus xD
2025-08-15 12:45:08 +03:00
parent 5402c6bca8
commit 0c308da729
6 changed files with 4409 additions and 4 deletions

View File

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