1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-02 09:21:54 +08:00

feat(Meowmere): 调整武器和子弹属性并优化动画

- 为Meowmere子弹添加穿透属性
- 调整武器伤害计算和子子弹伤害
- 更新武器描述模板和数值显示
- 修改子弹碰撞体大小和位置
- 优化武器动画和旋转效果
- 调整角色武器库中的武器顺序
This commit is contained in:
2025-09-21 15:32:38 +08:00
parent f0edb426f1
commit 1a6a47da74
5 changed files with 38 additions and 29 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
extends BulletBase
func register():
penerate = 1
func ai():
PresetBulletAI.lockLauncher(self, launcher, true)
PresetBulletAI.lockLauncher(self, launcher, true)