version1
This commit is contained in:
@@ -32,7 +32,6 @@ public class SwipeManagementScript : MonoBehaviour
|
||||
|
||||
public Animator m_Animator;
|
||||
|
||||
|
||||
public List<int> images;
|
||||
|
||||
private Vector2 startTouchPosition;
|
||||
@@ -82,7 +81,7 @@ public class SwipeManagementScript : MonoBehaviour
|
||||
if(numberImage == 2)
|
||||
{
|
||||
header.text = "Initialisation : Sécurité";
|
||||
header2.text = "Initialisationzzzzz : Sécurité";
|
||||
header2.text = "Initialisation : Sécurité";
|
||||
arrow.SetActive(false);
|
||||
warning.SetActive(true);
|
||||
}
|
||||
@@ -141,7 +140,7 @@ public class SwipeManagementScript : MonoBehaviour
|
||||
if(numberImage < lengthTexts)
|
||||
{
|
||||
numberImage ++;
|
||||
if(numberImage == lengthTexts){
|
||||
if(numberImage +1 == lengthTexts){
|
||||
arrowRight.gameObject.SetActive(false);
|
||||
}else{
|
||||
arrowRight.gameObject.SetActive(true);
|
||||
|
||||
Reference in New Issue
Block a user