fix: 调整技能特效缩放并修正准备动画引用

- 将 reds.prefab 和 blues.prefab 的 _lscale 从 (1,1,1) 调整为 (0.7,0.7,1)
- 修正 SkillSet.ts 中技能 6003 和 6008 的 readyAnm 配置,确保引用正确的特效资源
This commit is contained in:
panw
2026-03-19 14:58:02 +08:00
parent 0f6ab4a775
commit 14dbc425a5
3 changed files with 6 additions and 6 deletions

View File

@@ -99,8 +99,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 0.7,
"y": 0.7,
"z": 1
},
"_mobility": 0,

View File

@@ -99,8 +99,8 @@
},
"_lscale": {
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"x": 0.7,
"y": 0.7,
"z": 1
},
"_mobility": 0,