Skip to content

Commit dff8b1c

Browse files
committed
Translation of Particle.js
1 parent f40b09b commit dff8b1c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/data/examples/es/09_Simulate/21_Particle.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* @name Particles
3-
* @description There is a light-weight JavaScript library named
4-
* particle.js which creates a very pleasing particle system.
5-
* This is an attempt to recreate that particle system using p5.js.
6-
* Inspired by Particle.js, contributed by Sagar Arora.
2+
* @name Partículas
3+
* @description Hay una biblioteca ligera de JavaScript llamada particle.js
4+
* que crea un sistema de partículas muy agradable.
5+
* Este es un intento de recrear ese sistema de partículas usando p5.js.
6+
* Inspirado en Particle.js, contribuido por Sagar Arora.
77
*/
88

99

@@ -66,4 +66,4 @@ function draw() {
6666
particles[i].moveParticle();
6767
particles[i].joinParticles(particles.slice(i));
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)