Skip to content

Instantly share code, notes, and snippets.

@mloc
Created May 4, 2012 20:06
Show Gist options
  • Save mloc/2597387 to your computer and use it in GitHub Desktop.
Save mloc/2597387 to your computer and use it in GitHub Desktop.
if(strs.length >= 2)
println(tempstr);
int tempx, tempy;
tempx = int(strs[0])/4;
tempy = int(strs[1])/4;
rect(tempx, tempy, 4, 4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment