From 8bc6c11611e4c4e6b003b49c00f4502bc5846ba0 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: Sun, 10 May 2026 22:32:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(Bullets/Volcano):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=81=AB=E5=B1=B1=E5=AD=90=E5=BC=B9=E7=9A=84=E8=BD=A8=E8=BF=B9?= =?UTF-8?q?=E5=92=8C=E7=A2=B0=E6=92=9E=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改火山子弹的动画轨迹和碰撞框位置,使其更符合预期效果 --- components/Bullets/Volcano.tscn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Bullets/Volcano.tscn b/components/Bullets/Volcano.tscn index 270c3db..4a1dbfd 100644 --- a/components/Bullets/Volcano.tscn +++ b/components/Bullets/Volcano.tscn @@ -85,7 +85,7 @@ tracks/0/interp = 1 tracks/0/loop_wrap = true tracks/0/keys = { "handle_modes": PackedInt32Array(0, 0, 2), -"points": PackedFloat32Array(150, -0.25, 0, 0.25, 0, 500, -0.083333336, -8.333334, 0, 0, 300, -0.01666667, 83.333336, 0, 0), +"points": PackedFloat32Array(150, -0.25, 0, 0.25, 0, 500, -0.083333336, -8.333334, 0, 0, 150, -0.01666667, 83.333336, 0, 0), "times": PackedFloat32Array(0, 0.2, 0.3) } tracks/1/type = "bezier" @@ -210,7 +210,7 @@ texture = ExtResource("2_wwxm2") [node name="audio" type="AudioStreamPlayer2D" parent="texture/anchor/textureSword" index="0" unique_id=167399724] [node name="hitbox" parent="." index="1" unique_id=175349408 node_paths=PackedStringArray("target")] -position = Vector2(299.99997, 0.1221919) +position = Vector2(149.99998, 0.06109595) rotation = 0.00040731629 shape = SubResource("RectangleShape2D_1sgli") script = ExtResource("7_1sgli")