feat: 新增技能触发类型标识与列表预制体,优化技能提示UI
1. 新增技能触发类型背景标识,支持追击/反击/复活等状态显示 2. 扩展技能提示接口,新增触发类型参数传递 3. 新增list-me列表预制体及其元数据 4. 调整部分UI精灵帧与布局参数 5. 修复技能名称显示调用参数不匹配问题
This commit is contained in:
@@ -3292,7 +3292,7 @@
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0,
|
||||
"y": 617.5,
|
||||
"y": 657.577,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -3304,8 +3304,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"x": 1.5,
|
||||
"y": 1.5,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -3332,8 +3332,8 @@
|
||||
},
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 740,
|
||||
"height": 55
|
||||
"width": 540,
|
||||
"height": 117
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@@ -3369,12 +3369,12 @@
|
||||
"a": 255
|
||||
},
|
||||
"_spriteFrame": {
|
||||
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@98637",
|
||||
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@4dd1c",
|
||||
"__expectedType__": "cc.SpriteFrame"
|
||||
},
|
||||
"_type": 0,
|
||||
"_fillType": 0,
|
||||
"_sizeMode": 0,
|
||||
"_sizeMode": 1,
|
||||
"_fillCenter": {
|
||||
"__type__": "cc.Vec2",
|
||||
"x": 0,
|
||||
@@ -3384,7 +3384,10 @@
|
||||
"_fillRange": 0,
|
||||
"_isTrimmedMode": true,
|
||||
"_useGrayscale": false,
|
||||
"_atlas": null,
|
||||
"_atlas": {
|
||||
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
|
||||
"__expectedType__": "cc.SpriteAtlas"
|
||||
},
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
@@ -3399,15 +3402,15 @@
|
||||
"node": {
|
||||
"__id__": 134
|
||||
},
|
||||
"_enabled": true,
|
||||
"_enabled": false,
|
||||
"__prefab": {
|
||||
"__id__": 140
|
||||
},
|
||||
"_alignFlags": 41,
|
||||
"_target": null,
|
||||
"_left": -10,
|
||||
"_right": -10,
|
||||
"_top": -5,
|
||||
"_left": 90,
|
||||
"_right": 0,
|
||||
"_top": -89.59100000000001,
|
||||
"_bottom": 0,
|
||||
"_horizontalCenter": 0,
|
||||
"_verticalCenter": 0,
|
||||
@@ -3629,10 +3632,10 @@
|
||||
"__id__": 151
|
||||
},
|
||||
"asset": {
|
||||
"__uuid__": "0c80c911-642f-423a-8ebb-98aebbbe2ef0",
|
||||
"__uuid__": "b2a3067a-af88-4ff7-acdd-7474b8a163d8",
|
||||
"__expectedType__": "cc.Prefab"
|
||||
},
|
||||
"fileId": "70V66T2DlAP7ksTOaOBDja",
|
||||
"fileId": "43WU05gfVAPr5YF69YW+M4",
|
||||
"instance": {
|
||||
"__id__": 153
|
||||
},
|
||||
@@ -3640,7 +3643,7 @@
|
||||
},
|
||||
{
|
||||
"__type__": "cc.PrefabInstance",
|
||||
"fileId": "50AgFB9kROhppT8Q5wAY6S",
|
||||
"fileId": "e722VC+kdPfqeaFe1joI7B",
|
||||
"prefabRootNode": {
|
||||
"__id__": 1
|
||||
},
|
||||
@@ -3670,12 +3673,12 @@
|
||||
"propertyPath": [
|
||||
"_name"
|
||||
],
|
||||
"value": "melist"
|
||||
"value": "list-me"
|
||||
},
|
||||
{
|
||||
"__type__": "cc.TargetInfo",
|
||||
"localID": [
|
||||
"70V66T2DlAP7ksTOaOBDja"
|
||||
"43WU05gfVAPr5YF69YW+M4"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -4318,7 +4321,7 @@
|
||||
"__expectedType__": "cc.Prefab"
|
||||
},
|
||||
"melist_prefab": {
|
||||
"__uuid__": "0c80c911-642f-423a-8ebb-98aebbbe2ef0",
|
||||
"__uuid__": "b2a3067a-af88-4ff7-acdd-7474b8a163d8",
|
||||
"__expectedType__": "cc.Prefab"
|
||||
},
|
||||
"_id": ""
|
||||
|
||||
Reference in New Issue
Block a user