修改奥义卡加成颜色

onepiece_demo_arena
xiejun 2023-12-07 14:51:28 +08:00
parent 10c6f5541c
commit 55cc7bef89
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ function IncarnationPanel:BindEvent()
local data = {}
local singData = {}
singData.title = "当前化身总加成"
singData.pro = IncarnationManager.GetproDesLst(IncarnationManager.GetIncarnationTotalPro(),"00FF00")
singData.pro = IncarnationManager.GetproDesLst(IncarnationManager.GetIncarnationTotalPro(),"9E6828")
singData.tip ="" --"总加成包括化身之力提供的属性"
table.insert(data,singData)
UIManager.OpenPanel(UIName.GeneralBigPopup,GENERAL_POPUP_TYPE.IncarnationDes,data)