diff --git a/ip0443a52d.js b/ip0443a52d.js index 27bbedb..7e62587 100644 --- a/ip0443a52d.js +++ b/ip0443a52d.js @@ -40,7 +40,7 @@ if (data.code === 'KeyL') { height = heightData[(y * 128) + x] * 10; scale = height * 0.1; - offsets.push(x - 64, 64 - y, height); + offsets.push((x - 64) * 2, (64 - y) * 2, height); orientations.push(0, 0, 0, 1); //scales.push(scale, scale, scale); }