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

feat(子弹系统): 新增BREATH运动类型并更新相关子弹配置

- 在BulletBase.gd枚举中添加BREATH运动类型
- 为多种子弹场景文件添加motionType属性配置
- 在Parrier.gd中实现BREATH类型的碰撞处理逻辑
- 更新多个子弹场景文件的格式和唯一ID
This commit is contained in:
2026-04-30 06:45:48 +08:00
parent 64f11d75b2
commit 6afc97ba10
10 changed files with 63 additions and 56 deletions
+1
View File
@@ -140,6 +140,7 @@ size = Vector2(734, 56)
script = ExtResource("2_3x2nv")
speed = -10.0
baseDamage = 0.0
motionType = 3
penerate = 1.0
lifeTime = 1000.0
autoSpawnAnimation = true