diff options
author | ubq323 <ubq323@ubq323.website> | 2024-03-30 23:45:59 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-03-30 23:45:59 +0000 |
commit | 4f94ad0011726ef1c9d4e94d38b51600a7e1679d (patch) | |
tree | f0001e6c63a62546eab598e840ab7599cf364ac4 | |
parent | e879be163aec661b5c194186dba487e3714ba422 (diff) |
launch beeite
-rw-r--r-- | beeite.dat | 1 | ||||
-rw-r--r-- | beeite.lua | 9 |
2 files changed, 2 insertions, 8 deletions
@@ -1 +1,2 @@ dep framebuf +file img/got-leg.pnm @@ -1,14 +1,7 @@ local framebuf = require("framebuf") local fb = framebuf.new() -fb:ppm(fs.open("e.pnm","rb")) - -for x = 1, 300 do - for y = 1, 300 do - local c = (x + y) % 2 --- fb:plot(x, y, c, c, c) - end -end +fb:ppm(fs.open("img/got-leg.pnm","rb")) local m = peripheral.wrap "bottom" m.clear() |