Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MATERIAL "ps0.mtl"
- MAX 100
- SPAWN 2;1
- RESTART 0.4;0.1
- CREATE
- SET color 1;1;1;0
- SETRAND pos 0 0.1
- SET size 1
- SET angle 0
- SETRAND time 5 0.5
- SET vel 0;0;0.5
- SETRAND tmp2 1 0.5
- END
- TICK
- MUL tmp0 vel DT
- MUL tmp1 0.2 DT
- MUL tmp3 tmp2 DT
- ADD pos pos tmp0
- ADD size size tmp1
- SUB color color tmp1
- CLAMP color color 0 1
- SUB time time DT
- ADD angle angle tmp3
- END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement