added unique sprites support
This commit is contained in:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user