diff options
| -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()  | 
