Advertisement
Guest User

Untitled

a guest
Feb 25th, 2012
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. shader flareshader
  2. alpha 0.8
  3. color 1 0.3 0.1
  4.  
  5. normalize dir v0
  6. addScale origin v0 origin 1
  7. repeat 3 {
  8. wobble dir velocity 5 + rand*25
  9. scale velocity velocity 250 + rand*50
  10. size 0.75+ rand*1.5
  11. emitter 1 + rand*1.55 {
  12. colorFade 0
  13. Sprite
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement