This commit is contained in:
biglyderv 2025-05-27 18:06:10 -04:00
parent 2c303abaeb
commit c346f87f28
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

4
lib.js
View file

@ -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 };