Skip to content

Commit 3c57574

Browse files
author
jowong1
committed
Minor Tweak on Wheels
1 parent c39edbf commit 3c57574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OriginalDesign.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void draw()
4343
//rotate(frameCount/5.0);
4444
rotate(spin);
4545
//polygon(0, 0, 50, 4); // Triangle
46-
fill(0,0,0,75);
46+
fill(0,0,0,150);
4747
rect(0,0,2,50);
4848
rect(0,0,50,2);
4949
rect(0,0,-50,2);

0 commit comments

Comments
 (0)