1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-02 00:02:13 +08:00

fix(子弹): 移除hitbox位置偏移并调整小水晶碰撞半径

移除紫色水晶子弹的hitbox位置偏移属性,使碰撞检测更准确
同时调整小水晶子弹的碰撞半径从2.23607增加到5.0
This commit is contained in:
2025-10-01 07:58:52 +08:00
parent d0e3564933
commit 813ecfcf69
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -26,5 +26,4 @@ lifeTime = 1000.0
sprite_frames = SubResource("SpriteFrames_r86b3")
[node name="hitbox" parent="." index="1"]
position = Vector2(-33, 0)
shape = SubResource("CircleShape2D_ty1as")