void Awake() { instance = this; }
void Start() { play = GetComponentInParent <PlayeManager>(); rb2d = GetComponentInParent <Rigidbody2D>(); }