From 2d8180a3c72de6dc9a0bc471e0cc8e2e29483e73 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:47:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(Bullets):=20=E8=B0=83=E6=95=B4ChickLaser?= =?UTF-8?q?=E7=9A=84=E7=A2=B0=E6=92=9E=E7=9B=92=E4=BD=8D=E7=BD=AE=E5=92=8C?= =?UTF-8?q?=E7=BA=B9=E7=90=86=E5=81=8F=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正ChickLaser的纹理偏移和碰撞盒位置,使其更符合视觉效果 --- components/Bullets/ChickLaser.tscn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Bullets/ChickLaser.tscn b/components/Bullets/ChickLaser.tscn index 1dbe344..f32a372 100644 --- a/components/Bullets/ChickLaser.tscn +++ b/components/Bullets/ChickLaser.tscn @@ -209,9 +209,9 @@ metadata/_edit_vertical_guides_ = [705.0] [node name="rect" parent="texture" index="0"] material = SubResource("ShaderMaterial_x6ivr") offset_left = 188.0 -offset_top = 25.0 +offset_top = 0.0 offset_right = 238.0 -offset_bottom = 525.0 +offset_bottom = 500.0 [node name="particles" parent="texture/rect" index="0"] position = Vector2(25, 250) @@ -231,5 +231,5 @@ libraries = { [node name="hitbox" parent="." index="1"] visible = true -position = Vector2(454, 0) +position = Vector2(437, 0) shape = SubResource("CapsuleShape2D_sg52j")