From a73dcc2afff28d5b149b1807a72ca0e80f932325 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 31 Mar 2024 02:38:36 +0100 Subject: launch ./beeite --- framebuf.lua | 2 +- img/john_1.pnm | Bin 112191 -> 112191 bytes img/john_2.pnm | Bin 112191 -> 112191 bytes img/john_3.pnm | Bin 85515 -> 85515 bytes john.pnm | Bin 315339 -> 315339 bytes 5 files changed, 1 insertion(+), 1 deletion(-) diff --git a/framebuf.lua b/framebuf.lua index fb92875..bf0dac4 100644 --- a/framebuf.lua +++ b/framebuf.lua @@ -34,7 +34,7 @@ local function round(x, y) end function M:plot(x, y, r, g, b) - -- local x, y = round(x, y) + local x, y = round(x, y) self[x][y] = colors.packRGB(r, g, b) end diff --git a/img/john_1.pnm b/img/john_1.pnm index 94877d4..0019cdc 100644 Binary files a/img/john_1.pnm and b/img/john_1.pnm differ diff --git a/img/john_2.pnm b/img/john_2.pnm index 06fe4c8..2b1c49d 100644 Binary files a/img/john_2.pnm and b/img/john_2.pnm differ diff --git a/img/john_3.pnm b/img/john_3.pnm index f593329..0b6510d 100644 Binary files a/img/john_3.pnm and b/img/john_3.pnm differ diff --git a/john.pnm b/john.pnm index 1807954..6b375c9 100644 Binary files a/john.pnm and b/john.pnm differ -- cgit v1.2.3