Advertisement
illwieckz

add dynamiclight to floor fire

Sep 18th, 2020
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. diff --git a/scripts/fire.particle b/scripts/fire.particle
  2. index e63f536..cb1a5fd 100644
  3. --- a/scripts/fire.particle
  4. +++ b/scripts/fire.particle
  5. @@ -45,6 +45,8 @@ particles/weapons/flamer/floorfire
  6. rotation 0 0 -
  7. bounce 0
  8.  
  9. + dynamicLight 0 50 0 { .25 .25 0 }
  10. +
  11. lifeTime 500~60%
  12. }
  13.  
  14. @@ -66,6 +68,8 @@ particles/weapons/flamer/floorfire
  15. rotation 0 0 -
  16. bounce 0
  17.  
  18. + dynamicLight 0 50 0 { .25 .25 0 }
  19. +
  20. lifeTime 500~60%
  21. }
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement