From a24543e795700b07f194f3121138ed8f313d798c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Thu, 28 Aug 2025 10:20:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI):=20=E8=B0=83=E6=95=B4=E6=8E=89=E8=90=BD?= =?UTF-8?q?=E7=89=A9=E5=93=81=E7=B2=92=E5=AD=90=E6=95=88=E6=9E=9C=E7=9A=84?= =?UTF-8?q?=E7=94=9F=E5=91=BD=E5=91=A8=E6=9C=9F=E4=B8=BA2=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将GPUParticles2D的lifetime从3.0秒减少到2.0秒,使粒子效果更短暂,避免视觉干扰 --- components/UI/ItemDropped.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/UI/ItemDropped.tscn b/components/UI/ItemDropped.tscn index 7034aac..9b8e725 100644 --- a/components/UI/ItemDropped.tscn +++ b/components/UI/ItemDropped.tscn @@ -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