新手引导:MOMO发现按钮
This commit is contained in:
parent
fffb099632
commit
8c5716e83d
@ -49,10 +49,10 @@ local ForceGuideCfg = {
|
||||
},
|
||||
[4]={
|
||||
['Id']=4,
|
||||
['Group']=3,
|
||||
['Group']=2,
|
||||
['Type']=0,
|
||||
['UIId']=48,
|
||||
['Path']='leadBox.btnSkill',
|
||||
['UIId']=142,
|
||||
['Path']='searchTabGreetBtn1',
|
||||
['MaskCloseDelayTime']=500,
|
||||
['MaskCloseTime']=500,
|
||||
['MaskOpenTime']=0,
|
||||
|
||||
@ -14,7 +14,7 @@ local StoryNpcCfg = {
|
||||
['Photos']={'Momo/photo_100001','Momo/photo_100002','Momo/photo_100001','Momo/photo_100002'},
|
||||
['Upvote']=456,
|
||||
['Comment']=34,
|
||||
['MapLevel']=10005,
|
||||
['MapLevel']=10002,
|
||||
['PlayerLevel']=0,
|
||||
['TowerLevel']=0,
|
||||
['StoryId']=100900,
|
||||
|
||||
@ -862,6 +862,10 @@ function UIChatView:SetSearchTabItem(itemLua, idx, itemData)
|
||||
end
|
||||
end
|
||||
|
||||
if idx == 0 then
|
||||
self['searchTabGreetBtn1'] = itemLua.greetBtn
|
||||
end
|
||||
|
||||
itemLua.greetBtn.lock:SetActive(isUnlock==false)
|
||||
itemLua.greetBtn.button.interactable = isUnlock
|
||||
if isUnlock then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user