mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
6afc97ba10
- 在BulletBase.gd枚举中添加BREATH运动类型 - 为多种子弹场景文件添加motionType属性配置 - 在Parrier.gd中实现BREATH类型的碰撞处理逻辑 - 更新多个子弹场景文件的格式和唯一ID
16 lines
626 B
Plaintext
16 lines
626 B
Plaintext
[gd_scene format=3 uid="uid://dpww053pxchsb"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_hvhrf"]
|
|
[ext_resource type="Script" uid="uid://c2cw6tei72cv7" path="res://scripts/Contents/Bullets/ChickSprint.gd" id="2_fecvj"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_rirs4"]
|
|
radius = 63.1269
|
|
|
|
[node name="ChickSprint" unique_id=1294951436 instance=ExtResource("1_hvhrf")]
|
|
script = ExtResource("2_fecvj")
|
|
displayName = "猛冲"
|
|
motionType = 4
|
|
|
|
[node name="hitbox" parent="." index="1" unique_id=175349408]
|
|
shape = SubResource("CircleShape2D_rirs4")
|