summaryrefslogtreecommitdiff
path: root/beeite.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-03-31 00:38:01 +0000
committerubq323 <ubq323@ubq323.website>2024-03-31 00:38:01 +0000
commit1f3722f82981948e444fb965305b2f7818a9293c (patch)
tree8a637a948f08aedcd0eb547aabc53c607a76104c /beeite.lua
parent341bf48befe2d0a9276bc875fe6b62a033fd5973 (diff)
launch ./beeite
Diffstat (limited to 'beeite.lua')
-rw-r--r--beeite.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/beeite.lua b/beeite.lua
index 6234ae1..4ee6cfb 100644
--- a/beeite.lua
+++ b/beeite.lua
@@ -11,7 +11,7 @@ for ix,iname in ipairs(monitors) do
local mon = peripheral.wrap(iname)
mon.clear()
mon.setTextScale(0.5)
- fb:ppm(fs.open("img/tokipona_"..ix..".pnm","rb"))
+ fb:ppm(fs.open("img/john_"..ix..".pnm","rb"))
local t = term.redirect(mon)
local _, bee = pcall(function() fb:present() end)
term.redirect(t)