void Start()
 {
     playerfDir = FaceDirection.Up;
     MoveCntrller pMove = GameObject.Find("Player").GetComponent <MoveCntrller>();
 }