From 668465e4095773ef4c727a75f17924bbcb8f28bc Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sat, 31 Dec 2022 04:20:08 +0000 Subject: print --- img/print.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/img/print.lua b/img/print.lua index f2f9d2d..8f95481 100644 --- a/img/print.lua +++ b/img/print.lua @@ -35,8 +35,8 @@ local function print_tile(tilex,tiley) local offx = px-xm local offy = py-ym table.insert(shapes,{ - 2*offx, 14-2*offy, 15, - 2*offx+2, 16-2*offy, 16, + 14-2*offx 14-2*offy, 15, + 16-2*offx, 16-2*offy, 16, texture="sc-peripherals:block/white", tint=c2c(img[py][px]) }) -- cgit v1.2.3