feat: 新增技能触发类型标识与列表预制体,优化技能提示UI
1. 新增技能触发类型背景标识,支持追击/反击/复活等状态显示 2. 扩展技能提示接口,新增触发类型参数传递 3. 新增list-me列表预制体及其元数据 4. 调整部分UI精灵帧与布局参数 5. 修复技能名称显示调用参数不匹配问题
This commit is contained in:
@@ -185,10 +185,10 @@
|
||||
"a": 255
|
||||
},
|
||||
"_spriteFrame": {
|
||||
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@d1468",
|
||||
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73@d5229",
|
||||
"__expectedType__": "cc.SpriteFrame"
|
||||
},
|
||||
"_type": 0,
|
||||
"_type": 1,
|
||||
"_fillType": 0,
|
||||
"_sizeMode": 0,
|
||||
"_fillCenter": {
|
||||
@@ -200,7 +200,10 @@
|
||||
"_fillRange": 0,
|
||||
"_isTrimmedMode": true,
|
||||
"_useGrayscale": false,
|
||||
"_atlas": null,
|
||||
"_atlas": {
|
||||
"__uuid__": "cb93c900-b440-4571-91d1-7da1636e3d73",
|
||||
"__expectedType__": "cc.SpriteAtlas"
|
||||
},
|
||||
"_id": ""
|
||||
},
|
||||
{
|
||||
@@ -279,8 +282,8 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -297.949,
|
||||
"y": 0,
|
||||
"x": -276.372,
|
||||
"y": 8.188,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -418,8 +421,8 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -299.563,
|
||||
"y": 0,
|
||||
"x": -277.986,
|
||||
"y": 8.188,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -577,8 +580,8 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -217.727,
|
||||
"y": 0,
|
||||
"x": -214.902,
|
||||
"y": 8.188,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -590,8 +593,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0.35,
|
||||
"y": 0.35,
|
||||
"x": 0.3,
|
||||
"y": 0.3,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
@@ -713,8 +716,8 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": -139.467,
|
||||
"y": 0,
|
||||
"x": -136.642,
|
||||
"y": 8.188,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -872,8 +875,8 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 225.016,
|
||||
"y": 0,
|
||||
"x": 167.228,
|
||||
"y": 8.1,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -952,8 +955,8 @@
|
||||
"_string": "999999",
|
||||
"_horizontalAlign": 0,
|
||||
"_verticalAlign": 1,
|
||||
"_actualFontSize": 26,
|
||||
"_fontSize": 25,
|
||||
"_actualFontSize": 31,
|
||||
"_fontSize": 30,
|
||||
"_fontFamily": "Arial",
|
||||
"_lineHeight": 40,
|
||||
"_overflow": 2,
|
||||
@@ -1031,8 +1034,8 @@
|
||||
},
|
||||
"_lpos": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 181.966,
|
||||
"y": 0,
|
||||
"x": 140.032,
|
||||
"y": 8.1,
|
||||
"z": 0
|
||||
},
|
||||
"_lrot": {
|
||||
@@ -1044,8 +1047,8 @@
|
||||
},
|
||||
"_lscale": {
|
||||
"__type__": "cc.Vec3",
|
||||
"x": 0.4,
|
||||
"y": 0.4,
|
||||
"x": 0.3,
|
||||
"y": 0.3,
|
||||
"z": 1
|
||||
},
|
||||
"_mobility": 0,
|
||||
|
||||
Reference in New Issue
Block a user