Add LightOccluder2D to player to affect rain
This commit is contained in:
parent
5a67d46d6f
commit
49fce1d69d
3 changed files with 15 additions and 4 deletions
|
@ -21,6 +21,6 @@ process_material = SubResource("ParticleProcessMaterial_v306m")
|
|||
lifetime = 2.5
|
||||
preprocess = 3.0
|
||||
fixed_fps = 0
|
||||
visibility_rect = Rect2(-512, 0, 1024, 1024)
|
||||
visibility_rect = Rect2(-1024, -1024, 2048, 2048)
|
||||
trail_enabled = true
|
||||
trail_lifetime = 0.03
|
||||
|
|
Reference in a new issue