Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- screen = peripheral.wrap("right")
- function drawMenu()
- local step = 8
- local categories = {"ID", "State", "Energy", "Layer", "Values", "Mined"}
- for i=1,6 do
- screen.setCursorPos(1 + step*i, 2)
- screen.write(categories[i])
- end
- end
- drawMenu()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement