From a0fe57b9eb1d6429e17e81e102380fee4b44853a 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: Fri, 29 Aug 2025 14:48:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(Bullets):=20=E8=B0=83=E6=95=B4ChickLaser?= =?UTF-8?q?=E7=9A=84hitbox=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复hitbox位置偏差问题,确保碰撞检测准确 --- components/Bullets/ChickLaser.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Bullets/ChickLaser.tscn b/components/Bullets/ChickLaser.tscn index 3e18442..0212050 100644 --- a/components/Bullets/ChickLaser.tscn +++ b/components/Bullets/ChickLaser.tscn @@ -231,5 +231,5 @@ libraries = { [node name="hitbox" parent="." index="1"] visible = true -position = Vector2(437, 0) +position = Vector2(438, 0) shape = SubResource("CapsuleShape2D_sg52j")