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

feat(子弹): 调整子弹属性和添加粒子效果

- 提高FireScan子弹的速度和伤害
- 修改Chick角色的攻击距离判定
- 调整ChickLaser的碰撞区域位置
- 将FireScan的碰撞形状改为矩形
- 为Diamond子弹添加粒子效果系统
This commit is contained in:
2025-08-29 11:34:25 +08:00
parent 5c16dcc294
commit 96430162b4
5 changed files with 97 additions and 10 deletions
+2 -3
View File
@@ -3,12 +3,11 @@
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_cqre5"]
[ext_resource type="Script" path="res://scripts/Contents/Bullets/FireScan.gd" id="2_qprdp"]
[sub_resource type="SegmentShape2D" id="SegmentShape2D_omahd"]
a = Vector2(0, -10)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4qcsn"]
[node name="FireScan" instance=ExtResource("1_cqre5")]
script = ExtResource("2_qprdp")
lifeDistance = 200.0
[node name="hitbox" parent="." index="1"]
shape = SubResource("SegmentShape2D_omahd")
shape = SubResource("RectangleShape2D_4qcsn")