Skip to content

Commit

Permalink
Merge pull request Phazorknight#142 from samaritan-sw/particlefix
Browse files Browse the repository at this point in the history
Extend particle lifetime to avoid render server error
  • Loading branch information
Phazorknight authored Apr 2, 2024
2 parents dead630 + 1f9dd1c commit b15f62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COGITO/PrefabScenes/simple_particle_puff.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ explosiveness = 1.0
randomness = 0.2
collision_base_size = 0.1
visibility_aabb = AABB(-1, -1, -1, 2, 2, 2)
trail_lifetime = 0.01
trail_lifetime = 0.02
process_material = SubResource("ParticleProcessMaterial_8n21t")
draw_pass_1 = SubResource("SphereMesh_kic5n")
script = ExtResource("1_uwv56")
Expand Down

0 comments on commit b15f62d

Please sign in to comment.