feat(skill): 更新技能资源并调整攻击特效
- 替换部分技能图标和动画资源 - 新增多个技能攻击特效预制体(ball_forst、ball_gquan等) - 移除旧的技能攻击特效(ball_water、ball_sred等) - 调整现有攻击特效的尺寸、位置和动画参数 - 为部分攻击特效添加调试模式开关 - 优化箭矢攻击特效的尺寸和透明度设置
This commit is contained in:
@@ -58,8 +58,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0.7,
|
||||
"y": 0.7,
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -95,7 +95,7 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -20,
|
||||
"x": -9.977,
|
||||
"y": 0,
|
||||
"z": 0
|
||||
},
|
||||
@@ -103,13 +103,13 @@
|
||||
"__type__": "cc.Quat",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 0.7071067811865475,
|
||||
"w": 0.7071067811865476
|
||||
"z": 0,
|
||||
"w": 1
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"x": -0.5,
|
||||
"y": 0.5,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -118,7 +118,7 @@
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 90
|
||||
"z": 0
|
||||
},
|
||||
"_id": ""
|
||||
},
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 119,
|
||||
"height": 167
|
||||
"width": 223,
|
||||
"height": 100
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@@ -173,7 +173,7 @@
|
||||
"a": 255
|
||||
},
|
||||
"_spriteFrame": {
|
||||
"__uuid__": "2423272e-e63b-4736-b15b-30b40cf98a23@59ec8",
|
||||
"__uuid__": "2423272e-e63b-4736-b15b-30b40cf98a23@78d51",
|
||||
"__expectedType__": "cc.SpriteFrame"
|
||||
},
|
||||
"_type": 0,
|
||||
|
||||
Reference in New Issue
Block a user