mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-23 20:12:30 +08:00
fix(UI): 调整掉落物品粒子效果的生命周期为2秒
将GPUParticles2D的lifetime从3.0秒减少到2.0秒,使粒子效果更短暂,避免视觉干扰
This commit is contained in:
@@ -63,4 +63,4 @@ shape = SubResource("CircleShape2D_7lt1c")
|
||||
[node name="particles" type="GPUParticles2D" parent="."]
|
||||
amount = 50
|
||||
process_material = SubResource("ParticleProcessMaterial_jfwfg")
|
||||
lifetime = 3.0
|
||||
lifetime = 2.0
|
||||
|
||||
Reference in New Issue
Block a user