fix in emitter lua binding

This commit is contained in:
turanszkij
2019-03-07 19:56:04 +00:00
parent d5cee65dce
commit e47e716bf2
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -12,6 +12,7 @@ emitter_component.SetEmitCount(0) -- don't emit continuously
emitter_component.SetNormalFactor(20) -- set starting speed to particles
emitter_component.SetLife(0.3) -- particles will be short lived (around 0.3 sec if we don't account for life randomness)
emitter_component.SetSize(0.1) -- adjust starting particle size
emitter_component.SetMotionBlurAmount(0.008) -- set a little motion blur (particles will be longer along movement direction)
runProcess(function()
while true do