Particle Effects don't work very well #5


  • New
  • Defect
Open
Assigned to sirtylerm
  • _ForgeUser7947984 created this issue May 13, 2013

    I'm having a couple problems with particle effects...

    Firstly, the particles will only spawn if the grenade actually hits an entity, rather than whenever it blows up.
    Secondly, the "gravity" arg doesn't appear to do anything at all.

    Here is what I have set up for my particle effect:
                Sparkle:
                    type: particle
                    args:
                    - type: flame
                    - amount: 1
                    - gravity: 1000000
                    - max-age: 600
                    - scale: 3
                    target:
                        type: Targetlocation
                        args:
                        - radius: 3

  • _ForgeUser7947984 added the tags New Defect May 13, 2013

To post a comment, please login or register a new account.