Advertisement
Gauge1417

Untitled

Sep 4th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2.  
  3. size(300,300);
  4.  
  5. //green house
  6. fill(0,255,0);
  7. rect(130,140,50,50);
  8.  
  9. //red roof
  10. fill(255,0,0);
  11. triangle(130,140,150,120,180,140);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement