【编队筛选】修复呼吸闪烁

dev_chengFeng
gaoxin 2022-01-08 14:50:34 +08:00
parent 2a630a8c25
commit e12ddf56c6
1 changed files with 2 additions and 2 deletions

View File

@ -359,8 +359,8 @@ function this.HeroItemAdapter(_go, _heroData)
local con = _showConfig[loopList[index]]
if con then
txt.text = con.text
txt.color = Color.New(con.color.r, con.color.g, con.color.b, 0)
highlight.color = Color.New(con.color.r, con.color.g, con.color.b, 0)
txt.color = Color.New(con.color.r, con.color.g, con.color.b, 0.5)
highlight.color = Color.New(con.color.r, con.color.g, con.color.b, 0.5)
end
end)
-- loopFadeText(txt, highlight:GetComponent("Image"), loopList, 0)