This commit is contained in:
esteb 2023-01-24 16:42:50 +01:00
parent ad9cb0faa4
commit 6163642700
2 changed files with 3 additions and 5 deletions

View File

@ -552,8 +552,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0} m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1} m_AnchorMax: {x: 1, y: 1}
m_AnchoredPosition: {x: -0.0009765625, y: -815} m_AnchoredPosition: {x: -0.0009765625, y: -896}
m_SizeDelta: {x: -0.00177, y: -579.70996} m_SizeDelta: {x: -0.00177, y: -625.70996}
m_Pivot: {x: 0.5, y: 0.5} m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &662304528 --- !u!114 &662304528
MonoBehaviour: MonoBehaviour:
@ -2517,8 +2517,6 @@ MonoBehaviour:
circleXY: {fileID: 0} circleXY: {fileID: 0}
circleHB: {fileID: 0} circleHB: {fileID: 0}
warning: {fileID: 696063651} warning: {fileID: 696063651}
buttonleft: {fileID: 0}
buttonright: {fileID: 0}
m_Animator: {fileID: 1799515030} m_Animator: {fileID: 1799515030}
textNumber: {fileID: 2109574965} textNumber: {fileID: 2109574965}
images: 010000000600000009000000 images: 010000000600000009000000

View File

@ -117,7 +117,7 @@ public class SwipeManagementScript : MonoBehaviour
arrowXY.SetActive(false); arrowXY.SetActive(false);
arrowPause.SetActive(false); arrowPause.SetActive(false);
} }
else{ if(numberImage == 12){
header.text = "Suivre la découpe"; header.text = "Suivre la découpe";
arrowPause.SetActive(true); arrowPause.SetActive(true);
} }