diff options
author | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:39:50 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-04-01 02:39:50 +0100 |
commit | 1e39dcd6920448d4e9ec936dca9b4c8fd9b677a2 (patch) | |
tree | 63ca5d36afbbdd0eddf8bcb3738d7f6b8ef3b279 | |
parent | c89021029a132914aae315bb0cf605b798be717c (diff) |
launch john
-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) |