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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user