终身卡脚本预设提交

dev_chengFeng
yuanshuai 2022-05-19 11:49:56 +08:00
parent 064407ea0f
commit 434cba5cc2
3 changed files with 3 additions and 1 deletions

View File

@ -726,7 +726,7 @@ MonoBehaviour:
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_FontData: m_FontData:
m_Font: {fileID: 12800000, guid: 6fa15837529b0e640af6620b07d3207d, type: 3} m_Font: {fileID: 12800000, guid: 6fa15837529b0e640af6620b07d3207d, type: 3}
m_FontSize: 45 m_FontSize: 40
m_FontStyle: 0 m_FontStyle: 0
m_BestFit: 0 m_BestFit: 0
m_MinSize: 0 m_MinSize: 0

View File

@ -591,6 +591,7 @@ function this.RefreshActivityRedPoint()
CheckRedPointStatus(RedPointType.recruitTreasure_one) CheckRedPointStatus(RedPointType.recruitTreasure_one)
CheckRedPointStatus(RedPointType.recruitTreasure_two) CheckRedPointStatus(RedPointType.recruitTreasure_two)
CheckRedPointStatus(RedPointType.recruitTreasure_three) CheckRedPointStatus(RedPointType.recruitTreasure_three)
CheckRedPointStatus(RedPointType.ZhongShenKa)
CheckRedPointStatus(RedPointType.yunmenghaoli) CheckRedPointStatus(RedPointType.yunmenghaoli)
CheckRedPointStatus(RedPointType.FestevalRed) CheckRedPointStatus(RedPointType.FestevalRed)
CheckRedPointStatus(RedPointType.chaozhifanli6) CheckRedPointStatus(RedPointType.chaozhifanli6)

View File

@ -35,6 +35,7 @@ function this:BindEvent()
UIManager.OpenPanel(UIName.RewardItemPopup,drop,1) UIManager.OpenPanel(UIName.RewardItemPopup,drop,1)
this.SetBtnGray() this.SetBtnGray()
activityData.value=2 activityData.value=2
CheckRedPointStatus(RedPointType.ZhongShenKa)
end) end)
end end
end) end)