void Start()
 {
     sprite = GetComponent<Sprite>();
     sprite.SetDirection(true);
 }