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

feat(武器系统): 重构LGBT武器和子弹逻辑

- 修改BulletBase.generate返回子弹实例数组而非数量
- 新增LGBTBoom特效场景
- 降低LGBT武器能量消耗从150降至10
- 移除Rooster角色的攻击方法,改为使用武器系统
- 重构LGBT子弹追踪逻辑,增加追踪时间和效率参数
- 在LGBT武器攻击时设置子弹伤害和追踪目标
This commit is contained in:
2025-09-06 09:01:46 +08:00
parent 9ea534441b
commit 6cf3c409e3
6 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -146,4 +146,4 @@ static func generate(
if addToWorld:
WorldManager.rootNode.call_deferred("add_child", instance)
instances.append(instance)
return len(instances)
return instances