From 6a3406d436a814fa6c9d19fce9085241cef1a167 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: Sat, 31 Jan 2026 14:01:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=AD=90=E5=BC=B9):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=B8=A1=E6=AF=9B=E7=AE=AD=E7=9A=84=E7=94=9F=E5=91=BD=E5=91=A8?= =?UTF-8?q?=E6=9C=9F=E4=B8=BA10000.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原生命周期2000.0过短,导致箭矢过早消失,影响游戏体验 --- components/Bullets/Arrow.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Bullets/Arrow.tscn b/components/Bullets/Arrow.tscn index e254b23..ac62657 100644 --- a/components/Bullets/Arrow.tscn +++ b/components/Bullets/Arrow.tscn @@ -134,7 +134,7 @@ script = ExtResource("2_qddg0") displayName = "鸡毛箭" speed = 50.0 penerate = 1.0 -lifeTime = 2000.0 +lifeTime = 10000.0 autoSpawnAnimation = true [node name="animator" parent="texture" index="0"]