Advertisement
jig487

Untitled

Sep 4th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. local draw = require("triDraw")
  2. local mon = peripheral.find("monitor")
  3.  
  4. local v1 = vector.new(1,1)
  5. local v2 = vector.new(10,10)
  6. local v3 = vector.new(30,5)
  7.  
  8. draw.drawSolidTriangle(mon,v1,v2,v3,colors.white)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement