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

feat(角色): 添加哈士奇角色及相关资源

添加哈士奇角色,包括角色脚本、贴图资源、子弹效果和音效
- 实现哈士奇的基础AI行为和攻击逻辑
- 添加专属子弹"吼叫声波"及其特效
- 更新Wave配置加入哈士奇角色
- 为猫角色添加中文显示名称
- 优化Ring着色器增加透明度参数
This commit is contained in:
2025-11-16 14:23:26 +08:00
parent be2e50f487
commit 5425e95c2f
14 changed files with 321 additions and 3 deletions
+3 -2
View File
@@ -24,8 +24,9 @@ func duplicate() -> Wave:
static var current: int = startWith(1)
static var WAVE_NORMAL = [
Wave.create("Hen", 1, 5, false, 0, INF, 1),
Wave.create("Cat", 1, 5, false, 0, INF, 1),
# Wave.create("Hen", 1, 5, false, 0, INF, 1),
# Wave.create("Cat", 1, 5, false, 0, INF, 1),
Wave.create("Dog", 1, 5, false, 0, INF, 1),
Wave.create("Chick", 0, 0, true, 9, INF, 15),
Wave.create("Bear", 0, 0, true, 19, INF, 10),
Wave.create("KukeMC", 0, 0, true, 14, INF, 20),