mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-06 18:22:12 +08:00
feat(子弹): 为扫帚炮添加追踪开关并调整相关参数
- 在BroomGun中添加canTrace导出变量控制追踪功能 - 调整Broom子弹的碰撞体大小和位置 - 修改EnergyBlock中Broom子弹的速度倍率从2改为3 - 在BroomGun动画中添加canTrace状态控制
This commit is contained in:
@@ -276,7 +276,7 @@ scale_curve = SubResource("CurveTexture_87bq4")
|
||||
alpha_curve = SubResource("CurveTexture_p0bgf")
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_keubc"]
|
||||
size = Vector2(252, 39.99996)
|
||||
size = Vector2(150, 40)
|
||||
|
||||
[node name="Broom" unique_id=5571707 instance=ExtResource("1_t7cj0")]
|
||||
script = ExtResource("2_p0bgf")
|
||||
@@ -302,13 +302,16 @@ preprocess = 2.0
|
||||
local_coords = true
|
||||
process_material = SubResource("ParticleProcessMaterial_87bq4")
|
||||
|
||||
[node name="anchor" type="Node2D" parent="texture/broom" index="1" unique_id=614094225]
|
||||
position = Vector2(-53.598587, 1.325489)
|
||||
|
||||
[node name="hitbox" parent="." index="1" unique_id=175349408 node_paths=PackedStringArray("target")]
|
||||
position = Vector2(200, 1.907981e-05)
|
||||
rotation = -3.1415925
|
||||
position = Vector2(225, -117)
|
||||
rotation = 2.6673002
|
||||
shape = SubResource("RectangleShape2D_keubc")
|
||||
disabled = true
|
||||
script = ExtResource("4_87bq4")
|
||||
target = NodePath("../texture/broom")
|
||||
target = NodePath("../texture/broom/anchor")
|
||||
enablePosition = true
|
||||
enableRotation = true
|
||||
enableScale = true
|
||||
|
||||
Reference in New Issue
Block a user