fix(skillBox): 适配技能ID匹配逻辑并补全战斗启动兼容
1. 扩展技能箱配置查找逻辑,同时支持卡uuid和技能skill id匹配 2. 战斗已进行时直接初始化技能箱计时状态,避免延迟触发
This commit is contained in:
@@ -848,15 +848,15 @@
|
||||
"__id__": 42
|
||||
},
|
||||
"_lineHeight": 21,
|
||||
"_string": "<color=#00ff00>Rich</color><color=#0fffff>Text</color>",
|
||||
"_string": "ewrwerwer",
|
||||
"_horizontalAlign": 0,
|
||||
"_verticalAlign": 1,
|
||||
"_fontSize": 20,
|
||||
"_fontColor": {
|
||||
"__type__": "cc.Color",
|
||||
"r": 255,
|
||||
"g": 255,
|
||||
"b": 255,
|
||||
"r": 48,
|
||||
"g": 48,
|
||||
"b": 48,
|
||||
"a": 255
|
||||
},
|
||||
"_maxWidth": 680,
|
||||
|
||||
Reference in New Issue
Block a user