Advertisement
Guest User

Untitled

a guest
Sep 28th, 2018
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. function void addCursor(){
  2. EGP:egpPoly(999,array(vec2(0,0),vec2(0,15),vec2(3,12),vec2(5,15),vec2(7,15),vec2(6,11),vec2(10,10)))
  3. EGP:egpColor(999,0,0,0,220)
  4. EGP:egpParentToCursor(999)
  5. }
  6.  
  7. EGP:egpBox(1, vec2(256,256), vec2(512,512))
  8.  
  9. addCursor()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement