新手引导:MOMO发现按钮

This commit is contained in:
fatiao 2025-11-03 13:28:23 +08:00
parent fffb099632
commit 8c5716e83d
3 changed files with 8 additions and 4 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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