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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user