mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-13 05:11:10 +00:00
Added makeShinies
This commit is contained in:
parent
ac9f561338
commit
f29d79f0f4
7 changed files with 76 additions and 30 deletions
docs
|
@ -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 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.
|
||||
To make particles, use `makeParticles(particle, amount)`. `particle` is a particle-defining object, with features as explained below. There is also `makeShinies`, which uses different defaults and creates stationary particles at a random location. There are also a few other useful things listed at the end.
|
||||
|
||||
```js
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue