文案颜色修改
parent
edb09b5391
commit
ed72d373a7
|
@ -66560,7 +66560,7 @@ MonoBehaviour:
|
|||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
m_Material: {fileID: 0}
|
||||
m_Color: {r: 0.11764707, g: 0.6039216, b: 0.26666668, a: 1}
|
||||
m_Color: {r: 0, g: 0.8039216, b: 0, a: 1}
|
||||
m_RaycastTarget: 1
|
||||
m_OnCullStateChanged:
|
||||
m_PersistentCalls:
|
||||
|
|
|
@ -73,7 +73,7 @@ function FetterItem:SetData(data,_parent,_index)
|
|||
if self.itemData.enabled < 1 then
|
||||
self.tipText.text = string.format("<color=#ffd674>%s</color>",self.itemData.activeParaTip)
|
||||
elseif self.itemData.enabled then
|
||||
self.tipText.text = string.format("<color=#1CC853>%s</color>",self.itemData.activeParaTip)
|
||||
self.tipText.text = string.format("<color=#2E5522>%s</color>",self.itemData.activeParaTip)
|
||||
end
|
||||
-- self.tipText.text = self.itemData.activeParaTip
|
||||
|
||||
|
|
Loading…
Reference in New Issue