Advertisement
Guest User

time

a guest
Aug 28th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. local g = require("component").openperipheral_bridge
  2. g.clear()
  3.  
  4.  
  5. local two = g.addPolygon()
  6. two.setPoints({{1,11},{99,19},{99,39},{89,49},{1,39},{1,9}})
  7. two.setOpacity(0.4)
  8. two.setColor(0x0000A0)
  9.  
  10. g.sync()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement