Skip to content

Commit

Permalink
Minor Tweak on Wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jowong1 committed Oct 8, 2018
1 parent c39edbf commit 3c57574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OriginalDesign.pde
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void draw()
//rotate(frameCount/5.0);
rotate(spin);
//polygon(0, 0, 50, 4); // Triangle
fill(0,0,0,75);
fill(0,0,0,150);
rect(0,0,2,50);
rect(0,0,50,2);
rect(0,0,-50,2);
Expand Down

0 comments on commit 3c57574

Please sign in to comment.