From 6eefcac5e11b99ea65a4a4a5698fac5bb4a85778 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, 6 Sep 2025 19:12:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4VectorStar=E6=AD=A6?= =?UTF-8?q?=E5=99=A8=E7=9A=84=E6=9C=80=E5=B0=8F=E5=92=8C=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E7=BC=A9=E6=94=BE=E5=80=BC=EF=BC=8C=E6=8F=90=E5=8D=87=E8=A7=86?= =?UTF-8?q?=E8=A7=89=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Bullets/VectorStar.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Bullets/VectorStar.tscn b/components/Bullets/VectorStar.tscn index 9a6a0b0..6c740bf 100644 --- a/components/Bullets/VectorStar.tscn +++ b/components/Bullets/VectorStar.tscn @@ -36,8 +36,8 @@ spread = 0.0 initial_velocity_min = 100.0 initial_velocity_max = 200.0 gravity = Vector3(0, 0, 0) -scale_min = 0.5 -scale_max = 0.5 +scale_min = 0.6 +scale_max = 0.8 scale_curve = SubResource("CurveTexture_6bcs1") alpha_curve = SubResource("CurveTexture_c22if")