diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-31 04:21:02 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-31 04:21:02 +0000 |
commit | 5136217d108553904de954624500b0973353ab6a (patch) | |
tree | c0c8e6e6e4c77a7b0db8785305b6d9c0b332f438 | |
parent | 668465e4095773ef4c727a75f17924bbcb8f28bc (diff) |
print
-rw-r--r-- | img/print.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/img/print.lua b/img/print.lua index 8f95481..d947056 100644 --- a/img/print.lua +++ b/img/print.lua @@ -35,7 +35,7 @@ local function print_tile(tilex,tiley) local offx = px-xm local offy = py-ym table.insert(shapes,{ - 14-2*offx 14-2*offy, 15, + 14-2*offx, 14-2*offy, 15, 16-2*offx, 16-2*offy, 16, texture="sc-peripherals:block/white", tint=c2c(img[py][px]) |