Add /particle/var/fadein builtin (#290)

It just appeared one day? 🤷
Unsure what version it appeared in. 
https://secure.byond.com/docs/ref/info.html#/{notes}/particles

Feature Request:
https://www.byond.com/forum/post/2653860

Lummox has mentioned working on it in a number of posts...
This commit is contained in:
Azrun 2021-09-28 21:19:56 -07:00 committed by GitHub
parent 7bff6f7122
commit 1f2c588d3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1113,6 +1113,7 @@ pub fn register_builtins(tree: &mut ObjectTree) {
particles/var/transform;
particles/var/lifespan;
particles/var/fade;
particles/var/fadein;
particles/var/position;
particles/var/velocity;
particles/var/color;