robot dance
This commit is contained in:
@@ -22,6 +22,7 @@ public class SwipeScript : MonoBehaviour
|
||||
{
|
||||
Button btnLeft = arrowLeft.GetComponent<Button>();
|
||||
Button btnRight = arrowRight.GetComponent<Button>();
|
||||
arrowLeft.gameObject.SetActive(false);
|
||||
btnLeft.onClick.AddListener(PreviousText);
|
||||
btnRight.onClick.AddListener(NextText);
|
||||
imageText.sprite = lengths[0];
|
||||
|
||||
Reference in New Issue
Block a user