fail
This commit is contained in:
parent
2c303abaeb
commit
c346f87f28
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) {
|
||||
ext = '!neoboxels';
|
||||
width = contentJson.width * 2;
|
||||
height = contentJson.height * 2;
|
||||
width = contentJson.width;
|
||||
height = contentJson.height;
|
||||
}
|
||||
|
||||
out[i] = { type: 'file', path, ext, content, width, height };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue