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

feat(武器): 添加代达罗斯风暴魂武器并调整相关参数

为公鸡角色添加新的武器代达罗斯风暴魂,并调整其伤害、数量和半径参数。同时修改怪物灵魂子弹的伤害值,并添加超出屏幕自动销毁逻辑。更新武器描述文本以反映参数变化。
This commit is contained in:
2025-09-30 13:23:51 +08:00
parent d5e907c9d6
commit d5197557f6
5 changed files with 36 additions and 7 deletions
+2
View File
@@ -2,3 +2,5 @@ extends BulletBase
func ai():
PresetBulletAI.forward(self, rotation)
if position.y > CameraManager.instance.position.y + QuickUI.getWindowSize().y / 2:
tryDestroy()