1
1
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:
2025-08-28 10:20:28 +08:00
parent d9a72f3e08
commit a24543e795
+1 -1
View File
@@ -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