Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2015
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. itemBlock::itemBlock(int _x, int _y, ofColor c)
  2. {
  3. x = _x;
  4. y = _y;
  5.  
  6. w = 100;
  7. h = 100;
  8.  
  9. isSelected = false;
  10.  
  11. ofSetColor(c);
  12. ofFill();
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement