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

fix(BossAttack/Bear): 调整追踪子弹的追踪速度参数

将追踪子弹的追踪速度参数从0.03降低到0.015,以平衡游戏难度
This commit is contained in:
2025-09-13 20:40:01 +08:00
parent 76b5d40b28
commit d938242081
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ func register():
attackCooldownMap[1] = 10000
attackCooldownMap[2] = 8000
attackCooldownMap[3] = 13000
sprintMultiplier = 100
sprintMultiplier = 50
func spawn():
texture.play("walk")
func ai():