mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
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:
parent
7bff6f7122
commit
1f2c588d3b
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue