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 1
1
---
2
2
featuredImage : " ../../../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.
4
4
title : Connected Particles
5
5
oneLineDescription : Draw circles and connecting lines using the mouse.
6
6
---
@@ -14,4 +14,4 @@ of objects created from the Particle class. It renders lines
14
14
connecting each of the particles. When the user clicks the mouse, the
15
15
sketch creates a new instance of the Path class. When the user drags
16
16
the 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