mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-03 18:27:13 +08:00
fix(boss): 调整熊boss的攻击伤害值
将熊boss的各种攻击方式的伤害值从4/1.5/3/2统一调整为1,以平衡游戏难度
This commit is contained in:
@@ -2,6 +2,6 @@ extends BulletBase
|
||||
class_name Star
|
||||
|
||||
func register():
|
||||
damage = 5
|
||||
damage = 1
|
||||
func ai():
|
||||
PresetBulletAI.forward(self, rotation)
|
||||
|
||||
Reference in New Issue
Block a user