fleche
This commit is contained in:
@@ -12,6 +12,7 @@ public class DialogueScript : MonoBehaviour
|
||||
|
||||
private GameObject image;
|
||||
private GameObject textImage;
|
||||
public GameObject arrow;
|
||||
|
||||
public List<GameObject> imageAndTexts;
|
||||
private int indexList = 0;
|
||||
@@ -71,6 +72,7 @@ public class DialogueScript : MonoBehaviour
|
||||
else
|
||||
{
|
||||
gameObject.SetActive(false);
|
||||
arrow.SetActive(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ public class SwipeManagementScript : MonoBehaviour
|
||||
|
||||
public GameObject arrowLeft;
|
||||
public GameObject arrowRight;
|
||||
//public GameObject arrow;
|
||||
|
||||
public Animator m_Animator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user