Image Update
This commit is contained in:
@ -9,10 +9,17 @@ const IMAGES_ROOT = path.join(...[
|
||||
'characters',
|
||||
'penny',
|
||||
'Sample sets',
|
||||
'Eyes'
|
||||
'Mouth'
|
||||
]);
|
||||
|
||||
const FILE_OUT =
|
||||
const FILE_OUT = path.join(...[
|
||||
'.',
|
||||
'assets',
|
||||
'characters',
|
||||
'penny',
|
||||
'textures',
|
||||
'mouth.png'
|
||||
])
|
||||
|
||||
|
||||
// Code
|
||||
@ -84,5 +91,6 @@ const imageWrite = (image, file) => new Promise(resolve => {
|
||||
}
|
||||
};
|
||||
|
||||
console.log('Writing');
|
||||
await imageWrite(stitched, FILE_OUT);
|
||||
})().catch(console.error);
|
Reference in New Issue
Block a user