Remove print
This commit is contained in:
parent
70f7b0d03e
commit
90350eeca5
1 changed files with 0 additions and 1 deletions
|
|
@ -140,7 +140,6 @@ void draw() {
|
||||||
noStroke();
|
noStroke();
|
||||||
arc(width / 2, -1580 - (backgroundOffset - 2450), 500, 1100, radians(260 - cocoonOpenDegrees), radians(280 + cocoonOpenDegrees), PIE);
|
arc(width / 2, -1580 - (backgroundOffset - 2450), 500, 1100, radians(260 - cocoonOpenDegrees), radians(280 + cocoonOpenDegrees), PIE);
|
||||||
|
|
||||||
print("Tree position: ");
|
|
||||||
shape(branch, 0, -2980 - (backgroundOffset - 2450), width, width);
|
shape(branch, 0, -2980 - (backgroundOffset - 2450), width, width);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue