修改七界详细信息页面字体颜色和位置

PC-202302260912\Administrator 2024-05-23 00:51:46 +08:00
parent 754e6a2d61
commit 30007cfbd8
2 changed files with 9 additions and 9 deletions

View File

@ -2369,8 +2369,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 275, y: 0}
m_SizeDelta: {x: 550, y: 0}
m_AnchoredPosition: {x: 285, y: 0}
m_SizeDelta: {x: 570, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &3770493636493369945
CanvasRenderer:
@ -2393,7 +2393,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Padding:
m_Left: 0
m_Left: 20
m_Right: 0
m_Top: 110
m_Bottom: 20
@ -4362,7 +4362,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.85490197, g: 0.5882353, b: 0.28627452, a: 1}
m_Color: {r: 0.8396226, g: 0.6074563, b: 0.34456214, a: 1}
m_RaycastTarget: 0
m_OnCullStateChanged:
m_PersistentCalls:
@ -5563,8 +5563,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 225, y: -40}
m_SizeDelta: {x: 550, y: 30}
m_AnchoredPosition: {x: 270.695, y: -16.5}
m_SizeDelta: {x: 541.39, y: 33}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &6919817761686733272
CanvasRenderer:
@ -5587,7 +5587,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_Color: {r: 0.1792453, g: 0.15979888, b: 0.15979888, a: 1}
m_RaycastTarget: 1
m_OnCullStateChanged:
m_PersistentCalls:
@ -7220,7 +7220,7 @@ MonoBehaviour:
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 5102170010853879747}
m_Enabled: 1
m_Enabled: 0
m_EditorHideFlags: 0
m_Script: {fileID: -765806418, guid: f70555f144d8491a825f0804e09c671c, type: 3}
m_Name:

View File

@ -50,7 +50,7 @@ function this:OnShow(_parent,...)
this.addTextList[i]:SetActive(true)
local str = QiJieStageBuff[attri].Describe
this.addTextList[i]:GetComponent("Text").text = str
this.addTextList[i]:GetComponent("Text").text = string.format("<color=#DA9649>·%s</color>",str)
this.addTextList[i]:GetComponent("Text").text = string.format("<color=#2E2929>·%s</color>",str)
end
end