1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-24 20:42:30 +08:00

feat(子弹效果): 增强彩虹子弹和光枪的视觉效果

- 修改彩虹子弹的着色器参数和颜色处理
- 更新光枪的着色器和材质参数
- 调整熊角色攻击时的子弹数量
- 优化粒子效果和材质设置
This commit is contained in:
2025-09-14 17:10:17 +08:00
parent 0454616c39
commit 5300144d96
8 changed files with 77 additions and 48 deletions
@@ -17,4 +17,5 @@ func ai():
PresetBulletAI.forward(self, rotation)
func setColor(color: Color):
texture.modulate = color
texture.self_modulate = color
texture.modulate.v *= 10