added uniques support for unreadys
This commit is contained in:
@@ -19,6 +19,8 @@ UNIQUES_FRAMES?.shift();
|
||||
while (UNIQUES_NAMES?.at(-1) == "") UNIQUES_NAMES?.pop();
|
||||
while (UNIQUES_FRAMES?.at(-1) == "") UNIQUES_FRAMES?.pop();
|
||||
|
||||
export const SHARED = UNIQUES_FRAMES;
|
||||
|
||||
function add_singles(chapter, sprite_name) {
|
||||
const img_name = `${sprite_name}.png`;
|
||||
if (!fs.existsSync(`../_sprites/translation/${img_name}`)) return;
|
||||
@@ -133,4 +135,4 @@ if (UNIQUES_NAMES != undefined) {
|
||||
}
|
||||
}
|
||||
|
||||
// :P
|
||||
// :P
|
||||
|
||||
Reference in New Issue
Block a user