summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)