feat(skill): 更新技能资源并调整攻击特效
- 替换部分技能图标和动画资源 - 新增多个技能攻击特效预制体(ball_forst、ball_gquan等) - 移除旧的技能攻击特效(ball_water、ball_sred等) - 调整现有攻击特效的尺寸、位置和动画参数 - 为部分攻击特效添加调试模式开关 - 优化箭矢攻击特效的尺寸和透明度设置
This commit is contained in:
@@ -98,8 +98,8 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"x": -24.538,
|
||||
"y": 18.168,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -111,8 +111,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"x": -2.5,
|
||||
"y": 2.5,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -144,8 +144,8 @@
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
"x": 0.2,
|
||||
"y": 0.2
|
||||
"x": 1,
|
||||
"y": 0.5
|
||||
},
|
||||
"_id": ""
|
||||
},
|
||||
@@ -173,7 +173,7 @@
|
||||
"r": 255,
|
||||
"g": 255,
|
||||
"b": 255,
|
||||
"a": 119
|
||||
"a": 255
|
||||
},
|
||||
"_spriteFrame": null,
|
||||
"_type": 0,
|
||||
@@ -457,6 +457,7 @@
|
||||
},
|
||||
"atk_x": 0,
|
||||
"atk_y": 0,
|
||||
"debugMode": false,
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user