TCX_LongZhu
PC-202302260912\Administrator 2025-12-05 15:50:26 +08:00
parent 8de4272e9f
commit 4b6e4a95f7
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ function this:OnShow(_parent,...)
local str = PracticeManager.GetSingleAddition(adddata)
this.addTextList[i]:GetComponent("Text").text = str
if data.State == 1 then
this.addTextList[i]:GetComponent("Text").text = string.format("<color=#29FF00>%s</color>",str)
this.addTextList[i]:GetComponent("Text").text = string.format("<color=#9F6318>%s</color>",str)
end
end
-- 背景透明