Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function draw_line(x, y, length, color)
- term.setCursor(x,y)
- gpu.setBackground(color)
- term.write(string.rep(" ", length))
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement