diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-31 04:20:08 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-31 04:20:08 +0000 |
commit | 668465e4095773ef4c727a75f17924bbcb8f28bc (patch) | |
tree | 5d94b26c67333bea02aab8bca3faa1b512484696 | |
parent | a0efc7b6a476e8354408a0436aba3a3449cee93b (diff) |
print
-rw-r--r-- | img/print.lua | 4 |
1 files 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]) }) |