Skip to content

Commit

Permalink
fix: font color in basic example
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Nov 30, 2020
1 parent 138ebf2 commit a9dfb3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/Mirror/Samples~/Basic/Scenes/Example.unity
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
m_Color: {r: 0.94117653, g: 0.94117653, b: 0.94117653, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
Expand Down Expand Up @@ -1491,7 +1491,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1}
m_Color: {r: 0.94117653, g: 0.94117653, b: 0.94117653, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
Expand Down

0 comments on commit a9dfb3f

Please sign in to comment.