File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/examples/en/13_Classes_And_Objects/02_Connected_Particles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11---
22featuredImage : " ../../../images/featured/13_Classes_And_Objects-02_Connected_Particles-thumbnail.png"
3- featuredImageAlt : A pattern of multicolored circles outlined in white and connected by white lines, on a black background.
3+ featuredImageAlt : A pattern of multicolored circles connected by white lines, on a black background.
44title : Connected Particles
55oneLineDescription : Draw circles and connecting lines using the mouse.
66---
@@ -14,4 +14,4 @@ of objects created from the Particle class. It renders lines
1414connecting each of the particles. When the user clicks the mouse, the
1515sketch creates a new instance of the Path class. When the user drags
1616the mouse, the sketch adds a new instance of the Particle class to
17- the current path.
17+ the current path.
You can’t perform that action at this time.
0 commit comments