robot dance

This commit is contained in:
esteb
2023-01-13 11:48:42 +01:00
parent 163aa6e0f5
commit 1c675b3bc8
33 changed files with 4419 additions and 20 deletions

View File

@@ -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];