1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-31 08:21:54 +08:00

feat(子弹): 调整扫帚炮和回旋镖参数

增加扫帚炮的移动速度并调整相机震动强度
修改回旋镖的曲线参数以优化运动轨迹
This commit is contained in:
2026-05-01 12:54:49 +08:00
parent c3e5e81a61
commit 6a4a6811ba
3 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ class_name BroomGun
@export var canTrace: bool = true
func shake():
CameraManager.shake(2000, 200)
CameraManager.shake(2000, 300)
func ai():
if canTrace:
PresetBulletAI.trace(self , launcher.currentFocusedPosition, 0.05)
look_at(launcher.currentFocusedPosition)