summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-04-01 02:39:50 +0100
committerubq323 <ubq323@ubq323.website>2024-04-01 02:39:50 +0100
commit1e39dcd6920448d4e9ec936dca9b4c8fd9b677a2 (patch)
tree63ca5d36afbbdd0eddf8bcb3738d7f6b8ef3b279
parentc89021029a132914aae315bb0cf605b798be717c (diff)
launch john
-rw-r--r--img/john.dat1
-rw-r--r--img/john.pnm (renamed from john.pnm)bin315339 -> 315339 bytes
-rw-r--r--john.lua2
3 files changed, 2 insertions, 1 deletions
diff --git a/img/john.dat b/img/john.dat
index 5bb1a93..90cf141 100644
--- a/img/john.dat
+++ b/img/john.dat
@@ -1 +1,2 @@
file img/john_1.pnm img/john_2.pnm img/john_3.pnm
+file img/john.pnm
diff --git a/john.pnm b/img/john.pnm
index b261a22..b261a22 100644
--- a/john.pnm
+++ b/img/john.pnm
Binary files differ
diff --git a/john.lua b/john.lua
index 55a05bd..6781b79 100644
--- a/john.lua
+++ b/john.lua
@@ -20,7 +20,7 @@ for ix,iname in ipairs(monitors) do
mon.clear()
mon.setTextScale(0.5)
fb:clear()
- fb:ppm(fs.open("img/john_"..ix..".pnm","rb"))
+ fb:ppm(fs.open("img/john.pnm","rb"))
local t = term.redirect(mon)
local _, bee = pcall(function() fb:present(30,0) end)
term.redirect(t)