diff --git a/lib.js b/lib.js index c2646dc..d760099 100644 --- a/lib.js +++ b/lib.js @@ -52,8 +52,8 @@ async function splitUp(content) { if (contentJson.pal) { ext = '!neoboxels'; - width = contentJson.width; - height = contentJson.height; + width = contentJson.width * 2; + height = contentJson.height * 2; } out[i] = { type: 'file', path, ext, content, width, height };