feat(skill): 新增多个技能特效资源并调整现有技能参数
新增 `gold`、`ball_zi`、`atk_boom`、`atk_boom2`、`arrow_big_shan`、`ice_up` 等技能相关的预制体和动画资源。 调整 `atk_light`、`ball_forst`、`ball_gquan`、`ball_ice`、`ball_fire`、`arrow`、`arrow_red`、`arrow_blue` 等现有技能的尺寸、位置、缩放比例或碰撞体大小,以优化视觉效果和游戏体验。 为 `fire_wall` 动画添加攻击事件。 删除未使用的 `ball_fire_big` 动画资源。 更新部分资源的 UUID 以保持一致性。
This commit is contained in:
@@ -108,8 +108,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"x": 1.2,
|
||||
"y": 1.2,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -136,8 +136,8 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 60,
|
||||
"height": 30
|
||||
"width": 44,
|
||||
"height": 18
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@@ -178,7 +178,7 @@
|
||||
},
|
||||
"_type": 1,
|
||||
"_fillType": 0,
|
||||
"_sizeMode": 0,
|
||||
"_sizeMode": 1,
|
||||
"_fillCenter": {
|
||||
"__type__": "cc.Vec2",
|
||||
"x": 0,
|
||||
|
||||
Reference in New Issue
Block a user