ben5NL

Untitled

May 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. void setup()
  2. {
  3. size(300,300);
  4.  
  5. }
  6.  
  7. void draw()
  8.  
  9. {
  10. rotate(PI/-4);
  11. background(127);
  12. fill(235,255,0);
  13. rect(60,60,60,60);
  14. fill(255,10,0);
  15. rect(120,120,60,60);
  16.  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment