1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 16:13:55 +00:00

Fixed particles documentation

This commit is contained in:
Harley White 2021-05-16 00:31:34 -04:00
parent 3dc9315a3a
commit d96b81f162

View file

@ -2,7 +2,7 @@
Particles are free-floating elements that can move and have many different behaviors. They can also interact with the mouse.
To create particles, use `createParticles(particle, amount)`. `particle` is a particle-defining object, with features as explained below. There are also a few other useful things listed at the end.
To make particles, use `makeParticles(particle, amount)`. `particle` is a particle-defining object, with features as explained below. There are also a few other useful things listed at the end.
```js