fix: 调整英雄和技能动画的配置参数
- 禁用英雄ha1的_active属性 - 调整atk_s2和atk技能预制体的位置、旋转和缩放 - 更新atk技能使用的精灵图集 - 优化atk02动画的帧率和时长,减少关键帧 - 简化atk05动画,移除所有关键帧并改为循环模式
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -24.538,
|
||||
"x": -3.417,
|
||||
"y": 18.168,
|
||||
"z": 0
|
||||
},
|
||||
@@ -105,8 +105,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -2.5,
|
||||
"y": 2.5,
|
||||
"x": -1,
|
||||
"y": 1.2,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -138,7 +138,7 @@
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
"x": 1,
|
||||
"x": 0.5,
|
||||
"y": 0.5
|
||||
},
|
||||
"_id": ""
|
||||
@@ -183,7 +183,7 @@
|
||||
"_isTrimmedMode": true,
|
||||
"_useGrayscale": false,
|
||||
"_atlas": {
|
||||
"__uuid__": "2423272e-e63b-4736-b15b-30b40cf98a23",
|
||||
"__uuid__": "3d46f945-3f07-477e-a95a-b49557d552c6",
|
||||
"__expectedType__": "cc.SpriteAtlas"
|
||||
},
|
||||
"_id": ""
|
||||
@@ -201,8 +201,6 @@
|
||||
"__id__": 0
|
||||
},
|
||||
"fileId": "3arqAMBz1MvoXBzeDaL5M/",
|
||||
"instance": null,
|
||||
"targetOverrides": null,
|
||||
"nestedPrefabInstanceRoots": null
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user