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

feat(战斗系统): 实现弹反效果并调整相关参数

- 新增Parry效果控制器及关联资源
- 为EffectController添加beforeShot钩子方法
- 调整Parrier子弹的碰撞形状和动画时长
- 实现弹反成功时的击退效果和视觉反馈
- 修改默认波次配置用于测试
This commit is contained in:
2026-03-28 11:55:16 +08:00
parent 826df79c45
commit d9a8af529a
9 changed files with 27 additions and 9 deletions
View File
+5
View File
@@ -0,0 +1,5 @@
extends EffectController
class_name ParryEffect
func beforeShot():
CameraManager.shake(200, 300)
+1
View File
@@ -0,0 +1 @@
uid://mirrohsweqtb