diff options
author | ubq323 <ubq323@ubq323.website> | 2024-03-30 23:49:57 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-03-30 23:49:57 +0000 |
commit | 7e3f224f80f4cffdb71be0c285af3eed1662becd (patch) | |
tree | 39686333b44e40a798bfec272d3d9d0f490c724b | |
parent | 9fc524abee6bec523d70b8a30f6d52a02c6c90d0 (diff) |
launch beeite
-rw-r--r-- | beeite.dat | 1 | ||||
-rw-r--r-- | beeite.lua | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ dep framebuf file img/got-leg.pnm +file img/finger/walter2.pnm @@ -1,7 +1,7 @@ local framebuf = require("framebuf") local fb = framebuf.new() -fb:ppm(fs.open("img/got-leg.pnm","rb")) +fb:ppm(fs.open("img/walter2.pnm","rb")) local m = peripheral.wrap "bottom" m.clear() |