From 547ca57a7de8759527744ade2bb94314db67d72a Mon Sep 17 00:00:00 2001
From: Nat10k <110515021+Nat10k@users.noreply.github.com>
Date: Fri, 10 May 2024 11:17:57 +0700
Subject: [PATCH] fix : shop button position

---
 Assets/Scenes/AR.unity   | 6 +++---
 Assets/Scenes/Main.unity | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Assets/Scenes/AR.unity b/Assets/Scenes/AR.unity
index 74c5b60..7f1922f 100644
--- a/Assets/Scenes/AR.unity
+++ b/Assets/Scenes/AR.unity
@@ -2547,7 +2547,7 @@ RectTransform:
   m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
   m_AnchorMin: {x: 1, y: 0}
   m_AnchorMax: {x: 1, y: 0}
-  m_AnchoredPosition: {x: -72, y: 52}
+  m_AnchoredPosition: {x: -72, y: 303}
   m_SizeDelta: {x: 60, y: 60}
   m_Pivot: {x: 0.5, y: 0.5}
 --- !u!1 &612718041
@@ -6020,7 +6020,7 @@ MonoBehaviour:
   m_Script: {fileID: 11500000, guid: c2fadf230d1919748a9aa21d40f74619, type: 3}
   m_Name: 
   m_EditorClassIdentifier: 
-  m_TrackingType: 0
+  m_TrackingType: 1
   m_UpdateType: 0
   m_IgnoreTrackingState: 0
   m_PositionInput:
@@ -7782,7 +7782,7 @@ MonoBehaviour:
   m_EditorClassIdentifier: 
   m_AttemptUpdate: 1
   m_MatchFrameRate: 1
-  m_TrackingMode: 2
+  m_TrackingMode: 1
 --- !u!4 &2120474860
 Transform:
   m_ObjectHideFlags: 0
diff --git a/Assets/Scenes/Main.unity b/Assets/Scenes/Main.unity
index f8802ac..3aae839 100644
--- a/Assets/Scenes/Main.unity
+++ b/Assets/Scenes/Main.unity
@@ -1102,7 +1102,7 @@ RectTransform:
   m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
   m_AnchorMin: {x: 1, y: 0}
   m_AnchorMax: {x: 1, y: 0}
-  m_AnchoredPosition: {x: -72, y: 52}
+  m_AnchoredPosition: {x: -72, y: 301.4}
   m_SizeDelta: {x: 60, y: 60}
   m_Pivot: {x: 0.5, y: 0.5}
 --- !u!114 &243116055
-- 
GitLab