diff options
-rw-r--r-- | img/john.dat | 1 | ||||
-rw-r--r-- | img/john.pnm (renamed from john.pnm) | bin | 315339 -> 315339 bytes | |||
-rw-r--r-- | john.lua | 2 |
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 Binary files differ@@ -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) |