From 2c303abaeb588fa83a35f11469ab23d6c8eb579e Mon Sep 17 00:00:00 2001 From: biglyderv Date: Tue, 27 May 2025 18:05:46 -0400 Subject: [PATCH] fix --- lib.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 };