Skip to content

Commit

Permalink
corrected gui anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
maxilevi committed Nov 11, 2017
1 parent cd95fcc commit f945ca6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Assets/Game.unity
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ MonoBehaviour:
m_UiScaleMode: 0
m_ReferencePixelsPerUnit: 100
m_ScaleFactor: 1
m_ReferenceResolution: {x: 800, y: 600}
m_ReferenceResolution: {x: 1920, y: 1080}
m_ScreenMatchMode: 0
m_MatchWidthOrHeight: 0
m_PhysicalUnit: 3
Expand Down Expand Up @@ -4520,15 +4520,15 @@ RectTransform:
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1573136842}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 420, y: 283, z: 0}
m_LocalPosition: {x: 419.5, y: 283.5, z: 0}
m_LocalScale: {x: 0.5, y: 0.5, z: 0.5}
m_Children: []
m_Father: {fileID: 747117607}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 420, y: 283}
m_AnchorMin: {x: 1, y: 1}
m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: 54, y: -15}
m_SizeDelta: {x: 640, y: 120}
m_Pivot: {x: 1, y: 1}
--- !u!114 &1573136844
Expand Down

0 comments on commit f945ca6

Please sign in to comment.