summaryrefslogtreecommitdiff
path: root/beeite.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2024-03-30 23:45:59 +0000
committerubq323 <ubq323@ubq323.website>2024-03-30 23:45:59 +0000
commit4f94ad0011726ef1c9d4e94d38b51600a7e1679d (patch)
treef0001e6c63a62546eab598e840ab7599cf364ac4 /beeite.lua
parente879be163aec661b5c194186dba487e3714ba422 (diff)
launch beeite
Diffstat (limited to 'beeite.lua')
-rw-r--r--beeite.lua9
1 files changed, 1 insertions, 8 deletions
diff --git a/beeite.lua b/beeite.lua
index bbf6244..0beb958 100644
--- a/beeite.lua
+++ b/beeite.lua
@@ -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()