fire_and_smoke.script 156 B

1234567
  1. function init(self)
  2. particlefx.play("#particles") -- <1>
  3. end
  4. --[[
  5. 1. Start playing the particle effect in component "particles" in this game object.
  6. --]]