change transparency and highlighted/pressed color for main menu buttons, pause menu buttons, chat input

This commit is contained in:
in0finite 2020-05-02 17:51:58 +02:00
parent ae273868d3
commit e1a6fd9201
2 changed files with 7 additions and 7 deletions

View file

@ -140,7 +140,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.14117648, g: 0.1254902, b: 0.24705882, a: 1}
m_Color: {r: 0.14117648, g: 0.1254902, b: 0.24705882, a: 0.8235294}
m_RaycastTarget: 1
m_OnCullStateChanged:
m_PersistentCalls:
@ -177,8 +177,8 @@ MonoBehaviour:
m_Transition: 1
m_Colors:
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
m_HighlightedColor: {r: 0.7372549, g: 0.7372549, b: 0.7372549, a: 1}
m_PressedColor: {r: 0.5529412, g: 0.5529412, b: 0.5529412, a: 1}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
m_ColorMultiplier: 1
m_FadeDuration: 0.1

View file

@ -1492,7 +1492,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.14117648, g: 0.1254902, b: 0.24705882, a: 1}
m_Color: {r: 0.14117648, g: 0.1254902, b: 0.24705882, a: 0.627451}
m_RaycastTarget: 1
m_OnCullStateChanged:
m_PersistentCalls:
@ -6587,7 +6587,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.14117648, g: 0.1254902, b: 0.24705882, a: 1}
m_Color: {r: 0.14117648, g: 0.1254902, b: 0.24705882, a: 0.8235294}
m_RaycastTarget: 1
m_OnCullStateChanged:
m_PersistentCalls:
@ -6624,8 +6624,8 @@ MonoBehaviour:
m_Transition: 1
m_Colors:
m_NormalColor: {r: 1, g: 1, b: 1, a: 1}
m_HighlightedColor: {r: 0.9607843, g: 0.9607843, b: 0.9607843, a: 1}
m_PressedColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 1}
m_HighlightedColor: {r: 0.7372549, g: 0.7372549, b: 0.7372549, a: 1}
m_PressedColor: {r: 0.5529412, g: 0.5529412, b: 0.5529412, a: 1}
m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608}
m_ColorMultiplier: 1
m_FadeDuration: 0.1