fix
This commit is contained in:
parent
7e35461f1b
commit
2c303abaeb
1 changed files with 2 additions and 2 deletions
4
lib.js
4
lib.js
|
@ -52,8 +52,8 @@ async function splitUp(content) {
|
||||||
|
|
||||||
if (contentJson.pal) {
|
if (contentJson.pal) {
|
||||||
ext = '!neoboxels';
|
ext = '!neoboxels';
|
||||||
width = contentJson.width;
|
width = contentJson.width * 2;
|
||||||
height = contentJson.height;
|
height = contentJson.height * 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
out[i] = { type: 'file', path, ext, content, width, height };
|
out[i] = { type: 'file', path, ext, content, width, height };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue