Skip to content

Commit

Permalink
fix for different screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
Faithcaio committed Apr 27, 2021
1 parent ccf5edd commit c41f6e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Assets/Scenes/Game.unity
Original file line number Diff line number Diff line change
Expand Up @@ -3593,9 +3593,9 @@ RectTransform:
m_Father: {fileID: 709797272}
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: -960, y: -500}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 310, y: 300}
m_Pivot: {x: 0, y: 0}
--- !u!114 &1684286107
Expand Down

0 comments on commit c41f6e5

Please sign in to comment.