Add LightOccluder2D to player to affect rain

This commit is contained in:
ChaoticByte 2024-10-02 21:53:10 +02:00
parent 5a67d46d6f
commit 49fce1d69d
No known key found for this signature in database
3 changed files with 15 additions and 4 deletions

View file

@ -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